Class: Aws::Glue::Types::GetConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
The requested connection definition.
Instance Attribute Details
#connection ⇒ Types::Connection
The requested connection definition.
9935 9936 9937 9938 9939 |
# File 'lib/aws-sdk-glue/types.rb', line 9935 class GetConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |