Class: Aws::Types::PrefixLevelStorageMetrics
- Inherits:
-
Object
- Object
- Aws::Types::PrefixLevelStorageMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
-
#selection_criteria ⇒ Types::SelectionCriteria
Returns the value of attribute selection_criteria.
Instance Attribute Details
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def is_enabled @is_enabled end |
#selection_criteria ⇒ Types::SelectionCriteria
Returns the value of attribute selection_criteria.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def selection_criteria @selection_criteria end |