All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.connect.amazon.sts.model.AssumedRoleUser.kt Maven / Gradle / Ivy

There is a newer version: 5.35.2.0
Show newest version
package org.http4k.connect.amazon.sts.model

import org.http4k.connect.amazon.core.model.ARN

data class AssumedRoleUser(val Arn: ARN, val AssumedRoleId: RoleId)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy