Class: Aws::Glue::Types::GetPartitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetPartitionResponse
- Defined in:
- gems/aws-sdk-glue/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.
13074 13075 13076 13077 13078 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13074 class GetPartitionResponse < Struct.new( :partition) SENSITIVE = [] include Aws::Structure end |