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.
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.
384 385 386 |
# File 'sig/types.rbs', line 384 def instance_id @instance_id end |
#key ⇒ ::String
Returns the value of attribute key.
385 386 387 |
# File 'sig/types.rbs', line 385 def key @key end |