Class: Aws::Types::UpdateFileSystemLustreMetadataConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFileSystemLustreMetadataConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#mode ⇒ "AUTOMATIC", "USER_PROVISIONED"
Returns the value of attribute mode.
Instance Attribute Details
#iops ⇒ ::Integer
Returns the value of attribute iops.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def iops @iops end |
#mode ⇒ "AUTOMATIC", "USER_PROVISIONED"
Returns the value of attribute mode.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def mode @mode end |