The identifiers for the temporary security credentials that the operation returns.

C# |
public class AssumedRoleUser

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | AssumedRoleUser()()()() | Initializes a new instance of the AssumedRoleUser class |
![]() | Arn |
Gets and sets the property 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 Identifiers for IAM Entities in Using IAM. |
![]() | AssumedRoleId |
Gets and sets the property AssumedRoleId.
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. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithArn(String) | Obsolete.
Sets the Arn property
|
![]() | WithAssumedRoleId(String) | Obsolete.
Sets the AssumedRoleId property
|

Object | |
![]() | AssumedRoleUser |