Class: Aws::Types::AccessKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:secret_access_key])

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_id::String

Returns the value of attribute access_key_id.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def access_key_id
  @access_key_id
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


31
32
33
# File 'sig/types.rbs', line 31

def create_date
  @create_date
end

#secret_access_key::String

Returns the value of attribute secret_access_key.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def secret_access_key
  @secret_access_key
end

#status"Active", ...

Returns the value of attribute status.

Returns:

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


29
30
31
# File 'sig/types.rbs', line 29

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def user_name
  @user_name
end