Class: Aws::Types::GetStorageTierPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetStorageTierPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
-
#storage_tier ⇒ "STANDARD", "INTELLIGENT_TIERING"
Returns the value of attribute storage_tier.
Instance Attribute Details
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def last_updated_time @last_updated_time end |
#storage_tier ⇒ "STANDARD", "INTELLIGENT_TIERING"
Returns the value of attribute storage_tier.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def storage_tier @storage_tier end |