Class: Aws::Types::CreateKxVolumeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxVolumeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
-
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
-
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
-
#volume_type ⇒ "NAS_1"
Returns the value of attribute volume_type.
Instance Attribute Details
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
277 278 279 |
# File 'sig/types.rbs', line 277 def availability_zone_ids @availability_zone_ids end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
275 276 277 |
# File 'sig/types.rbs', line 275 def az_mode @az_mode end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
278 279 280 |
# File 'sig/types.rbs', line 278 def @created_timestamp end |
#description ⇒ ::String
Returns the value of attribute description.
276 277 278 |
# File 'sig/types.rbs', line 276 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
268 269 270 |
# File 'sig/types.rbs', line 268 def environment_id @environment_id end |
#nas1_configuration ⇒ Types::KxNAS1Configuration
Returns the value of attribute nas1_configuration.
272 273 274 |
# File 'sig/types.rbs', line 272 def nas1_configuration @nas1_configuration end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
273 274 275 |
# File 'sig/types.rbs', line 273 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
274 275 276 |
# File 'sig/types.rbs', line 274 def status_reason @status_reason end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
271 272 273 |
# File 'sig/types.rbs', line 271 def volume_arn @volume_arn end |
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
269 270 271 |
# File 'sig/types.rbs', line 269 def volume_name @volume_name end |
#volume_type ⇒ "NAS_1"
Returns the value of attribute volume_type.
270 271 272 |
# File 'sig/types.rbs', line 270 def volume_type @volume_type end |