Class: Aws::Types::DataPartitionStorageOptions
- Inherits:
-
Object
- Object
- Aws::Types::DataPartitionStorageOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_size ⇒ Types::StorageMaximumSize
Returns the value of attribute maximum_size.
-
#minimum_time_to_live ⇒ Types::StorageMinimumTimeToLive
Returns the value of attribute minimum_time_to_live.
-
#storage_location ⇒ ::String
Returns the value of attribute storage_location.
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.
369 370 371 |
# File 'sig/types.rbs', line 369 def storage_location @storage_location end |