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)


3014
3015
3016
# File 'sig/types.rbs', line 3014

def association_id
  @association_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3015
3016
3017
# File 'sig/types.rbs', line 3015

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3013
3014
3015
# File 'sig/types.rbs', line 3013

def instance_id
  @instance_id
end