Class: Aws::Types::InstanceStorageInfo
- Inherits:
-
Object
- Object
- Aws::Types::InstanceStorageInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disks ⇒ ::Array[Types::DiskInfo]
Returns the value of attribute disks.
-
#encryption_support ⇒ "unsupported", "required"
Returns the value of attribute encryption_support.
-
#nvme_support ⇒ "unsupported", ...
Returns the value of attribute nvme_support.
-
#total_size_in_gb ⇒ ::Integer
Returns the value of attribute total_size_in_gb.
Instance Attribute Details
#disks ⇒ ::Array[Types::DiskInfo]
Returns the value of attribute disks.
11804 11805 11806 |
# File 'sig/types.rbs', line 11804 def disks @disks end |
#encryption_support ⇒ "unsupported", "required"
Returns the value of attribute encryption_support.
11806 11807 11808 |
# File 'sig/types.rbs', line 11806 def encryption_support @encryption_support end |
#nvme_support ⇒ "unsupported", ...
Returns the value of attribute nvme_support.
11805 11806 11807 |
# File 'sig/types.rbs', line 11805 def nvme_support @nvme_support end |
#total_size_in_gb ⇒ ::Integer
Returns the value of attribute total_size_in_gb.
11803 11804 11805 |
# File 'sig/types.rbs', line 11803 def total_size_in_gb @total_size_in_gb end |