Class: Aws::Types::GetAccessKeyLastUsedResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_last_usedTypes::AccessKeyLastUsed

Returns the value of attribute access_key_last_used.



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

def access_key_last_used
  @access_key_last_used
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


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

def user_name
  @user_name
end