Class: Aws::Types::OnlineStoreConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_online_storeBoolean

Returns the value of attribute enable_online_store.

Returns:

  • (Boolean)


9638
9639
9640
# File 'sig/types.rbs', line 9638

def enable_online_store
  @enable_online_store
end

#security_configTypes::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.

Returns:

  • ("Standard", "Standard_V2", "InMemory")


9640
9641
9642
# File 'sig/types.rbs', line 9640

def storage_type
  @storage_type
end

#ttl_durationTypes::TtlDuration

Returns the value of attribute ttl_duration.

Returns:



9639
9640
9641
# File 'sig/types.rbs', line 9639

def ttl_duration
  @ttl_duration
end