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:



10018
10019
10020
10021
10022
# File 'lib/aws-sdk-glue/types.rb', line 10018

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