You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::STS::Types::AssumedRoleUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::AssumedRoleUser
- Defined in:
- (unknown)
Overview
The identifiers for the temporary security credentials that the operation returns.
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the temporary security credentials that are returned from the AssumeRole action.
-
#assumed_role_id ⇒ String
A unique identifier that contains the role ID and the role session name of the role that is being assumed.
Instance Attribute Details
#arn ⇒ String
The ARN of the temporary security credentials that are returned from the AssumeRole action. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.
#assumed_role_id ⇒ String
A unique identifier that contains the role ID and the role session name of the role that is being assumed. The role ID is generated by AWS when the role is created.