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.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def catalog_id @catalog_id end |
#connection_input ⇒ Types::ConnectionInput
Returns the value of attribute connection_input.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def connection_input @connection_input end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def @tags end |