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.
391 392 393 |
# File 'sig/types.rbs', line 391 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
389 390 391 |
# File 'sig/types.rbs', line 389 def instance_id @instance_id end |
#key ⇒ ::String
Returns the value of attribute key.
390 391 392 |
# File 'sig/types.rbs', line 390 def key @key end |