Class: Aws::Types::CreateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#connection_input ⇒ Types::ConnectionInput
Returns the value of attribute connection_input.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def catalog_id @catalog_id end |
#connection_input ⇒ Types::ConnectionInput
Returns the value of attribute connection_input.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def connection_input @connection_input end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def @tags end |