Class: Aws::Types::DisassociateSecurityKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSecurityKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def association_id @association_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def instance_id @instance_id end |