Class: Aws::Glue::Types::GetUnfilteredPartitionsMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetUnfilteredPartitionsMetadataResponse
- Defined in:
- gems/aws-sdk-glue/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.
10809 10810 10811 10812 10813 10814 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10809 class GetUnfilteredPartitionsMetadataResponse < Struct.new( :unfiltered_partitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#unfiltered_partitions ⇒ Array<Types::UnfilteredPartition>
A list of requested partitions.
10809 10810 10811 10812 10813 10814 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10809 class GetUnfilteredPartitionsMetadataResponse < Struct.new( :unfiltered_partitions, :next_token) SENSITIVE = [] include Aws::Structure end |