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.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def partition_strategy @partition_strategy end |
#source_list ⇒ ::Array[Types::PartitionSource]
Returns the value of attribute source_list.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def source_list @source_list end |