Class: Aws::Glue::Types::BatchGetPartitionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partitionsArray<Types::Partition>

A list of the requested partitions.

Returns:



982
983
984
985
986
987
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 982

class BatchGetPartitionResponse < Struct.new(
  :partitions,
  :unprocessed_keys)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_keysArray<Types::PartitionValueList>

A list of the partition values in the request for which partitions were not returned.

Returns:



982
983
984
985
986
987
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 982

class BatchGetPartitionResponse < Struct.new(
  :partitions,
  :unprocessed_keys)
  SENSITIVE = []
  include Aws::Structure
end