Class: Aws::Types::UpdateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connected_link_id ⇒ ::String
Returns the value of attribute connected_link_id.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
Instance Attribute Details
#connected_link_id ⇒ ::String
Returns the value of attribute connected_link_id.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def connected_link_id @connected_link_id end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def connection_id @connection_id end |
#description ⇒ ::String
Returns the value of attribute description.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def description @description end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def link_id @link_id end |