Class: Aws::Types::AccessKeyMetadata

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)


44
45
46
# File 'sig/types.rbs', line 44

def access_key_id
  @access_key_id
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


46
47
48
# File 'sig/types.rbs', line 46

def create_date
  @create_date
end

#status"Active", ...

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive", "Expired")


45
46
47
# File 'sig/types.rbs', line 45

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def user_name
  @user_name
end