Class: Aws::Glue::Types::GetPartitionResponse

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

#partitionTypes::Partition

The requested information, in the form of a Partition object.

Returns:



10703
10704
10705
10706
10707
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10703

class GetPartitionResponse < Struct.new(
  :partition)
  SENSITIVE = []
  include Aws::Structure
end