Class: Aws::Types::OnlineStoreConfigUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#storage_type"Standard", ...

Returns the value of attribute storage_type.

Returns:

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


9646
9647
9648
# File 'sig/types.rbs', line 9646

def storage_type
  @storage_type
end

#ttl_durationTypes::TtlDuration

Returns the value of attribute ttl_duration.

Returns:



9645
9646
9647
# File 'sig/types.rbs', line 9645

def ttl_duration
  @ttl_duration
end