Class: Aws::Types::UpdateKxVolumeResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxVolumeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_clusters ⇒ ::Array[Types::KxAttachedCluster]
Returns the value of attribute attached_clusters.
-
#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.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#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
#attached_clusters ⇒ ::Array[Types::KxAttachedCluster]
Returns the value of attribute attached_clusters.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def attached_clusters @attached_clusters end |
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def availability_zone_ids @availability_zone_ids end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def az_mode @az_mode end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def @created_timestamp end |
#description ⇒ ::String
Returns the value of attribute description.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def environment_id @environment_id end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def @last_modified_timestamp end |
#nas1_configuration ⇒ Types::KxNAS1Configuration
Returns the value of attribute nas1_configuration.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def nas1_configuration @nas1_configuration end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def status_reason @status_reason end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def volume_arn @volume_arn end |
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def volume_name @volume_name end |
#volume_type ⇒ "NAS_1"
Returns the value of attribute volume_type.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def volume_type @volume_type end |