Class: Aws::Types::AssociateSecurityKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def instance_id
  @instance_id
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def key
  @key
end