Class: Aws::Types::TestConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#test_connection_input ⇒ Types::TestConnectionInput
Returns the value of attribute test_connection_input.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
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.
7721 7722 7723 |
# File 'sig/types.rbs', line 7721 def connection_name @connection_name end |
#test_connection_input ⇒ Types::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 |