Class: Aws::Types::AwsIamAccessKeyDetails

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)


2949
2950
2951
# File 'sig/types.rbs', line 2949

def access_key_id
  @access_key_id
end

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2948
2949
2950
# File 'sig/types.rbs', line 2948

def 
  @account_id
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


2944
2945
2946
# File 'sig/types.rbs', line 2944

def created_at
  @created_at
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


2945
2946
2947
# File 'sig/types.rbs', line 2945

def principal_id
  @principal_id
end

#principal_name::String

Returns the value of attribute principal_name.

Returns:

  • (::String)


2947
2948
2949
# File 'sig/types.rbs', line 2947

def principal_name
  @principal_name
end

#principal_type::String

Returns the value of attribute principal_type.

Returns:

  • (::String)


2946
2947
2948
# File 'sig/types.rbs', line 2946

def principal_type
  @principal_type
end

#session_contextTypes::AwsIamAccessKeySessionContext

Returns the value of attribute session_context.



2950
2951
2952
# File 'sig/types.rbs', line 2950

def session_context
  @session_context
end

#status"Active", "Inactive"

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive")


2943
2944
2945
# File 'sig/types.rbs', line 2943

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2942
2943
2944
# File 'sig/types.rbs', line 2942

def user_name
  @user_name
end