Class: Aws::Types::DeleteKxVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKxVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
369 370 371 |
# File 'sig/types.rbs', line 369 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
367 368 369 |
# File 'sig/types.rbs', line 367 def environment_id @environment_id end |
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
368 369 370 |
# File 'sig/types.rbs', line 368 def volume_name @volume_name end |