Class: Aws::Types::Disk
- Inherits:
-
Object
- Object
- Aws::Types::Disk
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk_allocation_resource ⇒ ::String
Returns the value of attribute disk_allocation_resource.
-
#disk_allocation_type ⇒ ::String
Returns the value of attribute disk_allocation_type.
-
#disk_attribute_list ⇒ ::Array[::String]
Returns the value of attribute disk_attribute_list.
-
#disk_id ⇒ ::String
Returns the value of attribute disk_id.
-
#disk_node ⇒ ::String
Returns the value of attribute disk_node.
-
#disk_path ⇒ ::String
Returns the value of attribute disk_path.
-
#disk_size_in_bytes ⇒ ::Integer
Returns the value of attribute disk_size_in_bytes.
-
#disk_status ⇒ ::String
Returns the value of attribute disk_status.
Instance Attribute Details
#disk_allocation_resource ⇒ ::String
Returns the value of attribute disk_allocation_resource.
856 857 858 |
# File 'sig/types.rbs', line 856 def disk_allocation_resource @disk_allocation_resource end |
#disk_allocation_type ⇒ ::String
Returns the value of attribute disk_allocation_type.
855 856 857 |
# File 'sig/types.rbs', line 855 def disk_allocation_type @disk_allocation_type end |
#disk_attribute_list ⇒ ::Array[::String]
Returns the value of attribute disk_attribute_list.
857 858 859 |
# File 'sig/types.rbs', line 857 def disk_attribute_list @disk_attribute_list end |
#disk_id ⇒ ::String
Returns the value of attribute disk_id.
850 851 852 |
# File 'sig/types.rbs', line 850 def disk_id @disk_id end |
#disk_node ⇒ ::String
Returns the value of attribute disk_node.
852 853 854 |
# File 'sig/types.rbs', line 852 def disk_node @disk_node end |
#disk_path ⇒ ::String
Returns the value of attribute disk_path.
851 852 853 |
# File 'sig/types.rbs', line 851 def disk_path @disk_path end |
#disk_size_in_bytes ⇒ ::Integer
Returns the value of attribute disk_size_in_bytes.
854 855 856 |
# File 'sig/types.rbs', line 854 def disk_size_in_bytes @disk_size_in_bytes end |
#disk_status ⇒ ::String
Returns the value of attribute disk_status.
853 854 855 |
# File 'sig/types.rbs', line 853 def disk_status @disk_status end |