AWSSTSAssumedRoleUser
Objective-C
@interface AWSSTSAssumedRoleUser : AWSModel
Swift
class AWSSTSAssumedRoleUser : AWSModel
The identifiers for the temporary security credentials that the operation returns.
Required parameters: [AssumedRoleId, Arn]
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
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 Amazon Web Services when the role is created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable assumedRoleId;
Swift
var assumedRoleId: String? { get set }