Class: Aws::Glue::Types::GetPartitionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


13262
13263
13264
13265
13266
13267
# File 'lib/aws-sdk-glue/types.rb', line 13262

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

#partitionsArray<Types::Partition>

A list of requested partitions.

Returns:



13262
13263
13264
13265
13266
13267
# File 'lib/aws-sdk-glue/types.rb', line 13262

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