Class: Aws::Types::OnlineStoreConfig
- Inherits:
-
Object
- Object
- Aws::Types::OnlineStoreConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_online_store ⇒ Boolean
Returns the value of attribute enable_online_store.
-
#security_config ⇒ Types::OnlineStoreSecurityConfig
Returns the value of attribute security_config.
-
#storage_type ⇒ "Standard", "InMemory"
Returns the value of attribute storage_type.
-
#ttl_duration ⇒ Types::TtlDuration
Returns the value of attribute ttl_duration.
Instance Attribute Details
#enable_online_store ⇒ Boolean
Returns the value of attribute enable_online_store.
9576 9577 9578 |
# File 'sig/types.rbs', line 9576 def enable_online_store @enable_online_store end |
#security_config ⇒ Types::OnlineStoreSecurityConfig
Returns the value of attribute security_config.
9575 9576 9577 |
# File 'sig/types.rbs', line 9575 def security_config @security_config end |
#storage_type ⇒ "Standard", "InMemory"
Returns the value of attribute storage_type.
9578 9579 9580 |
# File 'sig/types.rbs', line 9578 def storage_type @storage_type end |
#ttl_duration ⇒ Types::TtlDuration
Returns the value of attribute ttl_duration.
9577 9578 9579 |
# File 'sig/types.rbs', line 9577 def ttl_duration @ttl_duration end |