Class: Aws::Types::UpdateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
7932 7933 7934 |
# File 'sig/types.rbs', line 7932 def catalog_id @catalog_id end |
#connection_input ⇒ Types::ConnectionInput
Returns the value of attribute connection_input.
7934 7935 7936 |
# File 'sig/types.rbs', line 7934 def connection_input @connection_input end |
#name ⇒ ::String
Returns the value of attribute name.
7933 7934 7935 |
# File 'sig/types.rbs', line 7933 def name @name end |