Class: Aws::Types::DataPartitionStorageOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:storage_location])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_size ⇒ Types::StorageMaximumSize

Returns the value of attribute maximum_size.



368
369
370
# File 'sig/types.rbs', line 368

def maximum_size
  @maximum_size
end

#minimum_time_to_live ⇒ Types::StorageMinimumTimeToLive

Returns the value of attribute minimum_time_to_live.



370
371
372
# File 'sig/types.rbs', line 370

def minimum_time_to_live
  @minimum_time_to_live
end

#storage_location ⇒ ::String

Returns the value of attribute storage_location.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def storage_location
  @storage_location
end