Class: Aws::Types::OnlineStoreConfigUpdate
- Inherits:
-
Object
- Object
- Aws::Types::OnlineStoreConfigUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#storage_type ⇒ "Standard", ...
Returns the value of attribute storage_type.
-
#ttl_duration ⇒ Types::TtlDuration
Returns the value of attribute ttl_duration.
Instance Attribute Details
#storage_type ⇒ "Standard", ...
Returns the value of attribute storage_type.
9646 9647 9648 |
# File 'sig/types.rbs', line 9646 def storage_type @storage_type end |
#ttl_duration ⇒ Types::TtlDuration
Returns the value of attribute ttl_duration.
9645 9646 9647 |
# File 'sig/types.rbs', line 9645 def ttl_duration @ttl_duration end |