Class: Aws::Types::AssumeImpersonationRoleResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#expires_in::Integer

Returns the value of attribute expires_in.



56
57
58
# File 'sig/types.rbs', line 56

def expires_in
  @expires_in
end

#token::String

Returns the value of attribute token.



55
56
57
# File 'sig/types.rbs', line 55

def token
  @token
end