Class: Aws::Types::AssociateSecurityKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSecurityKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
398 399 400 |
# File 'sig/types.rbs', line 398 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
396 397 398 |
# File 'sig/types.rbs', line 396 def instance_id @instance_id end |
#key ⇒ ::String
Returns the value of attribute key.
397 398 399 |
# File 'sig/types.rbs', line 397 def key @key end |