Class: Aws::Types::IntelligentTieringConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IntelligentTieringConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::IntelligentTieringFilter
Returns the value of attribute filter.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
-
#tierings ⇒ ::Array[Types::Tiering]
Returns the value of attribute tierings.
Instance Attribute Details
#filter ⇒ Types::IntelligentTieringFilter
Returns the value of attribute filter.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def filter @filter end |
#id ⇒ ::String
Returns the value of attribute id.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def id @id end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def status @status end |
#tierings ⇒ ::Array[Types::Tiering]
Returns the value of attribute tierings.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def tierings @tierings end |