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)


12076
12077
12078
12079
12080
12081
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12076

class GetUnfilteredPartitionsMetadataResponse < Struct.new(
  :unfiltered_partitions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#unfiltered_partitionsArray<Types::UnfilteredPartition>

A list of requested partitions.

Returns:



12076
12077
12078
12079
12080
12081
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12076

class GetUnfilteredPartitionsMetadataResponse < Struct.new(
  :unfiltered_partitions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end