Class: Aws::Glue::Types::ConnectionTypeBrief
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ConnectionTypeBrief
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Brief information about a supported connection type returned by the ‘ListConnectionTypes` API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Types::Capabilities
The supported authentication types, data interface types (compute environments), and data operations of the connector.
-
#connection_type ⇒ String
The name of the connection type.
-
#description ⇒ String
A description of the connection type.
Instance Attribute Details
#capabilities ⇒ Types::Capabilities
The supported authentication types, data interface types (compute environments), and data operations of the connector.
4207 4208 4209 4210 4211 4212 4213 |
# File 'lib/aws-sdk-glue/types.rb', line 4207 class ConnectionTypeBrief < Struct.new( :connection_type, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#connection_type ⇒ String
The name of the connection type.
4207 4208 4209 4210 4211 4212 4213 |
# File 'lib/aws-sdk-glue/types.rb', line 4207 class ConnectionTypeBrief < Struct.new( :connection_type, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the connection type.
4207 4208 4209 4210 4211 4212 4213 |
# File 'lib/aws-sdk-glue/types.rb', line 4207 class ConnectionTypeBrief < Struct.new( :connection_type, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |