FederatedUser

Identifiers for the federated user that is associated with the credentials.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.

Link copied to clipboard

The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.

Functions

Link copied to clipboard
inline fun copy(block: FederatedUser.Builder.() -> Unit = {}): FederatedUser
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String