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

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

#partitionTypes::Partition

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

Returns:



13842
13843
13844
13845
13846
# File 'lib/aws-sdk-glue/types.rb', line 13842

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