Class: Aws::LakeFormation::Types::PartitionObjects
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::PartitionObjects
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
A structure containing a list of partition values and table objects.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#objects ⇒ Array<Types::TableObject>
A list of table objects.
-
#partition_values ⇒ Array<String>
A list of partition values.
Instance Attribute Details
#objects ⇒ Array<Types::TableObject>
A list of table objects
2733 2734 2735 2736 2737 2738 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2733 class PartitionObjects < Struct.new( :partition_values, :objects) SENSITIVE = [] include Aws::Structure end |
#partition_values ⇒ Array<String>
A list of partition values.
2733 2734 2735 2736 2737 2738 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2733 class PartitionObjects < Struct.new( :partition_values, :objects) SENSITIVE = [] include Aws::Structure end |