Class: Aws::Glue::Types::GetPartitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetPartitionsResponse
- 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.
-
#partitions ⇒ Array<Types::Partition>
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.
13284 13285 13286 13287 13288 13289 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13284 class GetPartitionsResponse < Struct.new( :partitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#partitions ⇒ Array<Types::Partition>
A list of requested partitions.
13284 13285 13286 13287 13288 13289 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13284 class GetPartitionsResponse < Struct.new( :partitions, :next_token) SENSITIVE = [] include Aws::Structure end |