Class: Aws::Types::UpdateKxVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#nas1_configuration ⇒ Types::KxNAS1Configuration
Returns the value of attribute nas1_configuration.
-
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def environment_id @environment_id end |
#nas1_configuration ⇒ Types::KxNAS1Configuration
Returns the value of attribute nas1_configuration.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def nas1_configuration @nas1_configuration end |
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def volume_name @volume_name end |