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:



10961
10962
10963
10964
10965
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10961

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