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)


9576
9577
9578
# File 'sig/types.rbs', line 9576

def enable_online_store
  @enable_online_store
end

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

Returns:

  • ("Standard", "InMemory")


9578
9579
9580
# File 'sig/types.rbs', line 9578

def storage_type
  @storage_type
end

#ttl_durationTypes::TtlDuration

Returns the value of attribute ttl_duration.

Returns:



9577
9578
9579
# File 'sig/types.rbs', line 9577

def ttl_duration
  @ttl_duration
end