Class: Aws::Types::DisassociateSecurityKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


3108
3109
3110
# File 'sig/types.rbs', line 3108

def association_id
  @association_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3109
3110
3111
# File 'sig/types.rbs', line 3109

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3107
3108
3109
# File 'sig/types.rbs', line 3107

def instance_id
  @instance_id
end