Class: Aws::Types::TestConnectionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


7690
7691
7692
# File 'sig/types.rbs', line 7690

def catalog_id
  @catalog_id
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


7689
7690
7691
# File 'sig/types.rbs', line 7689

def connection_name
  @connection_name
end

#test_connection_inputTypes::TestConnectionInput

Returns the value of attribute test_connection_input.



7691
7692
7693
# File 'sig/types.rbs', line 7691

def test_connection_input
  @test_connection_input
end