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.
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.
7689 7690 7691 |
# File 'sig/types.rbs', line 7689 def connection_name @connection_name end |
#test_connection_input ⇒ Types::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 |