Class: Aws::Glue::Types::BatchGetPartitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetPartitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#partitions ⇒ Array<Types::Partition>
A list of the requested partitions.
-
#unprocessed_keys ⇒ Array<Types::PartitionValueList>
A list of the partition values in the request for which partitions were not returned.
Instance Attribute Details
#partitions ⇒ Array<Types::Partition>
A list of the requested partitions.
1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-glue/types.rb', line 1089 class BatchGetPartitionResponse < Struct.new( :partitions, :unprocessed_keys) SENSITIVE = [] include Aws::Structure end |
#unprocessed_keys ⇒ Array<Types::PartitionValueList>
A list of the partition values in the request for which partitions were not returned.
1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-glue/types.rb', line 1089 class BatchGetPartitionResponse < Struct.new( :partitions, :unprocessed_keys) SENSITIVE = [] include Aws::Structure end |