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

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

#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)


23088
23089
23090
23091
23092
23093
# File 'lib/aws-sdk-glue/types.rb', line 23088

class TestConnectionRequest < Struct.new(
  :connection_name,
  :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.



23088
23089
23090
23091
23092
23093
# File 'lib/aws-sdk-glue/types.rb', line 23088

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