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.
7900 7901 7902 |
# File 'sig/types.rbs', line 7900 def catalog_id @catalog_id end |
#connection_input ⇒ Types::ConnectionInput
Returns the value of attribute connection_input.
7902 7903 7904 |
# File 'sig/types.rbs', line 7902 def connection_input @connection_input end |
#name ⇒ ::String
Returns the value of attribute name.
7901 7902 7903 |
# File 'sig/types.rbs', line 7901 def name @name end |