Class: Aws::Types::FSxLustreConfig
- Inherits:
-
Object
- Object
- Aws::Types::FSxLustreConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#per_unit_storage_throughput ⇒ ::Integer
Returns the value of attribute per_unit_storage_throughput.
-
#size_in_gi_b ⇒ ::Integer
Returns the value of attribute size_in_gi_b.
Instance Attribute Details
#per_unit_storage_throughput ⇒ ::Integer
Returns the value of attribute per_unit_storage_throughput.
5930 5931 5932 |
# File 'sig/types.rbs', line 5930 def per_unit_storage_throughput @per_unit_storage_throughput end |
#size_in_gi_b ⇒ ::Integer
Returns the value of attribute size_in_gi_b.
5929 5930 5931 |
# File 'sig/types.rbs', line 5929 def size_in_gi_b @size_in_gi_b end |