Class: Aws::Glue::Types::GetUnfilteredPartitionsMetadataResponse

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

#next_tokenString

A continuation token, if the returned list of partitions does not include the last one.

Returns:

  • (String)


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_partitionsArray<Types::UnfilteredPartition>

A list of requested partitions.

Returns:



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