Class: Aws::WorkMail::Types::AssumeImpersonationRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::AssumeImpersonationRoleResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expires_in ⇒ Integer
The authentication token's validity, in seconds.
-
#token ⇒ String
The authentication token for the impersonation role.
Instance Attribute Details
#expires_in ⇒ Integer
The authentication token's validity, in seconds.
210 211 212 213 214 215 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 210 class AssumeImpersonationRoleResponse < Struct.new( :token, :expires_in) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
The authentication token for the impersonation role.
210 211 212 213 214 215 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 210 class AssumeImpersonationRoleResponse < Struct.new( :token, :expires_in) SENSITIVE = [] include Aws::Structure end |