Class: Aws::Types::UpdateAccessKeyRequest

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)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def access_key_id
  @access_key_id
end

#status"Active", ...

Returns the value of attribute status.

Returns:

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


2203
2204
2205
# File 'sig/types.rbs', line 2203

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def user_name
  @user_name
end