Class: Aws::Types::AssumedRole

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_id::String

Returns the value of attribute access_key_id.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def access_key_id
  @access_key_id
end

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def arn
  @arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def principal_id
  @principal_id
end

#session_contextTypes::SessionContext

Returns the value of attribute session_context.



84
85
86
# File 'sig/types.rbs', line 84

def session_context
  @session_context
end