Class: Aws::Glue::Types::GetConnectionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionTypes::Connection

The requested connection definition.

Returns:



9337
9338
9339
9340
9341
# File 'lib/aws-sdk-glue/types.rb', line 9337

class GetConnectionResponse < Struct.new(
  :connection)
  SENSITIVE = []
  include Aws::Structure
end