Class: Aws::Glue::Types::TestConnectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The catalog ID where the connection resides.

Returns:

  • (String)


26702
26703
26704
26705
26706
26707
26708
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26702

class TestConnectionRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :test_connection_input)
  SENSITIVE = []
  include Aws::Structure
end

#connection_nameString

Optional. The name of the connection to test. If only name is provided, the operation will get the connection and use that for testing.

Returns:

  • (String)


26702
26703
26704
26705
26706
26707
26708
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26702

class TestConnectionRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :test_connection_input)
  SENSITIVE = []
  include Aws::Structure
end

#test_connection_inputTypes::TestConnectionInput

A structure that is used to specify testing a connection to a service.



26702
26703
26704
26705
26706
26707
26708
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26702

class TestConnectionRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :test_connection_input)
  SENSITIVE = []
  include Aws::Structure
end