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.
13794 13795 13796 13797 13798 |
# File 'lib/aws-sdk-glue/types.rb', line 13794 class GetPartitionResponse < Struct.new( :partition) SENSITIVE = [] include Aws::Structure end |