Class: Aws::Types::DeleteKxClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKxClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
309 310 311 |
# File 'sig/types.rbs', line 309 def client_token @client_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
308 309 310 |
# File 'sig/types.rbs', line 308 def cluster_name @cluster_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
307 308 309 |
# File 'sig/types.rbs', line 307 def environment_id @environment_id end |