Class: Aws::Glue::Types::GetPartitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetPartitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#partition ⇒ Types::Partition
The requested information, in the form of a ‘Partition` object.
Instance Attribute Details
#partition ⇒ Types::Partition
The requested information, in the form of a ‘Partition` object.
11404 11405 11406 11407 11408 |
# File 'lib/aws-sdk-glue/types.rb', line 11404 class GetPartitionResponse < Struct.new( :partition) SENSITIVE = [] include Aws::Structure end |