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.
9591 9592 9593 |
# File 'sig/types.rbs', line 9591 def enable_online_store @enable_online_store end |
#security_config ⇒ Types::OnlineStoreSecurityConfig
Returns the value of attribute security_config.
9590 9591 9592 |
# File 'sig/types.rbs', line 9590 def security_config @security_config end |
#storage_type ⇒ "Standard", "InMemory"
Returns the value of attribute storage_type.
9593 9594 9595 |
# File 'sig/types.rbs', line 9593 def storage_type @storage_type end |
#ttl_duration ⇒ Types::TtlDuration
Returns the value of attribute ttl_duration.
9592 9593 9594 |
# File 'sig/types.rbs', line 9592 def ttl_duration @ttl_duration end |