Class: Aws::Glue::Types::ConnectionTypeBrief

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#capabilitiesTypes::Capabilities

The supported authentication types, data interface types (compute environments), and data operations of the connector.

Returns:



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_typeString

The name of the connection type.

Returns:

  • (String)


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

#descriptionString

A description of the connection type.

Returns:

  • (String)


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