Class: Aws::Types::PartitionSpec
- Inherits:
-
Object
- Object
- Aws::Types::PartitionSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#partition_strategy ⇒ "TIME_HOUR"
Returns the value of attribute partition_strategy.
-
#source_list ⇒ ::Array[Types::PartitionSource]
Returns the value of attribute source_list.
Instance Attribute Details
#partition_strategy ⇒ "TIME_HOUR"
Returns the value of attribute partition_strategy.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def partition_strategy @partition_strategy end |
#source_list ⇒ ::Array[Types::PartitionSource]
Returns the value of attribute source_list.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def source_list @source_list end |