Class: Aws::Types::PartitionObjects
- Inherits:
-
Object
- Object
- Aws::Types::PartitionObjects
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#objects ⇒ ::Array[Types::TableObject]
Returns the value of attribute objects.
-
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
Instance Attribute Details
#objects ⇒ ::Array[Types::TableObject]
Returns the value of attribute objects.
827 828 829 |
# File 'sig/types.rbs', line 827 def objects @objects end |
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
826 827 828 |
# File 'sig/types.rbs', line 826 def partition_values @partition_values end |