Class: Aws::Types::KxVolume
- Inherits:
-
Object
- Object
- Aws::Types::KxVolume
- 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.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#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.
827 828 829 |
# File 'sig/types.rbs', line 827 def availability_zone_ids @availability_zone_ids end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
826 827 828 |
# File 'sig/types.rbs', line 826 def az_mode @az_mode end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
828 829 830 |
# File 'sig/types.rbs', line 828 def end |
#description ⇒ ::String
Returns the value of attribute description.
824 825 826 |
# File 'sig/types.rbs', line 824 def description @description end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
829 830 831 |
# File 'sig/types.rbs', line 829 def end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
823 824 825 |
# File 'sig/types.rbs', line 823 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
825 826 827 |
# File 'sig/types.rbs', line 825 def status_reason @status_reason end |
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
821 822 823 |
# File 'sig/types.rbs', line 821 def volume_name @volume_name end |
#volume_type ⇒ "NAS_1"
Returns the value of attribute volume_type.
822 823 824 |
# File 'sig/types.rbs', line 822 def volume_type @volume_type end |