Class: Aws::Types::GetKxVolumeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKxVolumeResponse
- 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.
607 608 609 |
# File 'sig/types.rbs', line 607 def attached_clusters @attached_clusters end |
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
605 606 607 |
# File 'sig/types.rbs', line 605 def availability_zone_ids @availability_zone_ids end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
604 605 606 |
# File 'sig/types.rbs', line 604 def az_mode @az_mode end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
602 603 604 |
# File 'sig/types.rbs', line 602 def end |
#description ⇒ ::String
Returns the value of attribute description.
603 604 605 |
# File 'sig/types.rbs', line 603 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
595 596 597 |
# File 'sig/types.rbs', line 595 def environment_id @environment_id end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
606 607 608 |
# File 'sig/types.rbs', line 606 def end |
#nas1_configuration ⇒ Types::KxNAS1Configuration
Returns the value of attribute nas1_configuration.
599 600 601 |
# File 'sig/types.rbs', line 599 def nas1_configuration @nas1_configuration end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
600 601 602 |
# File 'sig/types.rbs', line 600 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
601 602 603 |
# File 'sig/types.rbs', line 601 def status_reason @status_reason end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
598 599 600 |
# File 'sig/types.rbs', line 598 def volume_arn @volume_arn end |
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
596 597 598 |
# File 'sig/types.rbs', line 596 def volume_name @volume_name end |
#volume_type ⇒ "NAS_1"
Returns the value of attribute volume_type.
597 598 599 |
# File 'sig/types.rbs', line 597 def volume_type @volume_type end |