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)


7732
7733
7734
# File 'sig/types.rbs', line 7732

def catalog_id
  @catalog_id
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


7731
7732
7733
# File 'sig/types.rbs', line 7731

def connection_name
  @connection_name
end

#test_connection_inputTypes::TestConnectionInput

Returns the value of attribute test_connection_input.



7733
7734
7735
# File 'sig/types.rbs', line 7733

def test_connection_input
  @test_connection_input
end