Class: Aws::Types::FileSystemLustreMetadataConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemLustreMetadataConfiguration
- 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.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def iops @iops end |
#mode ⇒ "AUTOMATIC", "USER_PROVISIONED"
Returns the value of attribute mode.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def mode @mode end |