class
Amazonite::Sts::FederatedUser
- Amazonite::Sts::FederatedUser
- Reference
- Object
Overview
Identifiers for the federated user that is associated with the credentials.
Defined in:
sts/federated_user.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String
The ARN that specifies the federated user that is associated with the credentials.
-
#arn=(arn : String)
The ARN that specifies the federated user that is associated with the credentials.
-
#federated_user_id : String
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
-
#federated_user_id=(federated_user_id : String)
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.