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:



13391
13392
13393
13394
13395
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13391

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