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)


7722
7723
7724
# File 'sig/types.rbs', line 7722

def catalog_id
  @catalog_id
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


7721
7722
7723
# File 'sig/types.rbs', line 7721

def connection_name
  @connection_name
end

#test_connection_inputTypes::TestConnectionInput

Returns the value of attribute test_connection_input.



7723
7724
7725
# File 'sig/types.rbs', line 7723

def test_connection_input
  @test_connection_input
end