Class: Aws::Types::FederatedUser

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)


665
666
667
# File 'sig/types.rbs', line 665

def access_key_id
  @access_key_id
end

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def arn
  @arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def principal_id
  @principal_id
end

#session_contextTypes::SessionContext

Returns the value of attribute session_context.



669
670
671
# File 'sig/types.rbs', line 669

def session_context
  @session_context
end