Class: Aws::Glue::Types::GetUnfilteredPartitionsMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetUnfilteredPartitionsMetadataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if the returned list of partitions does not include the last one.
-
#unfiltered_partitions ⇒ Array<Types::UnfilteredPartition>
A list of requested partitions.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if the returned list of partitions does not include the last one.
14519 14520 14521 14522 14523 14524 |
# File 'lib/aws-sdk-glue/types.rb', line 14519 class GetUnfilteredPartitionsMetadataResponse < Struct.new( :unfiltered_partitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#unfiltered_partitions ⇒ Array<Types::UnfilteredPartition>
A list of requested partitions.
14519 14520 14521 14522 14523 14524 |
# File 'lib/aws-sdk-glue/types.rb', line 14519 class GetUnfilteredPartitionsMetadataResponse < Struct.new( :unfiltered_partitions, :next_token) SENSITIVE = [] include Aws::Structure end |