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.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def filter @filter end |
#id ⇒ ::String
Returns the value of attribute id.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def id @id end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def status @status end |
#tierings ⇒ ::Array[Types::Tiering]
Returns the value of attribute tierings.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def tierings @tierings end |