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)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def access_key_id
  @access_key_id
end

#status"Active", ...

Returns the value of attribute status.

Returns:

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


2319
2320
2321
# File 'sig/types.rbs', line 2319

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def user_name
  @user_name
end