Class: Aws::Types::StorageRuleType
- Inherits:
-
Object
- Object
- Aws::Types::StorageRuleType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#storage_allocated_in_bytes ⇒ ::Integer
Returns the value of attribute storage_allocated_in_bytes.
-
#storage_type ⇒ "UNLIMITED", "QUOTA"
Returns the value of attribute storage_type.
Instance Attribute Details
#storage_allocated_in_bytes ⇒ ::Integer
Returns the value of attribute storage_allocated_in_bytes.
800 801 802 |
# File 'sig/types.rbs', line 800 def storage_allocated_in_bytes @storage_allocated_in_bytes end |
#storage_type ⇒ "UNLIMITED", "QUOTA"
Returns the value of attribute storage_type.
801 802 803 |
# File 'sig/types.rbs', line 801 def storage_type @storage_type end |