Class: Aws::Types::DeleteClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
75 76 77 |
# File 'sig/types.rbs', line 75 def client_token @client_token end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
74 75 76 |
# File 'sig/types.rbs', line 74 def identifier @identifier end |