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", ...
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.
9638 9639 9640 |
# File 'sig/types.rbs', line 9638 def enable_online_store @enable_online_store end |
#security_config ⇒ Types::OnlineStoreSecurityConfig
Returns the value of attribute security_config.
9637 9638 9639 |
# File 'sig/types.rbs', line 9637 def security_config @security_config end |
#storage_type ⇒ "Standard", ...
Returns the value of attribute storage_type.
9640 9641 9642 |
# File 'sig/types.rbs', line 9640 def storage_type @storage_type end |
#ttl_duration ⇒ Types::TtlDuration
Returns the value of attribute ttl_duration.
9639 9640 9641 |
# File 'sig/types.rbs', line 9639 def ttl_duration @ttl_duration end |