Class: Aws::Types::CreateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connected_device_id ⇒ ::String
Returns the value of attribute connected_device_id.
-
#connected_link_id ⇒ ::String
Returns the value of attribute connected_link_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#connected_device_id ⇒ ::String
Returns the value of attribute connected_device_id.
433 434 435 |
# File 'sig/types.rbs', line 433 def connected_device_id @connected_device_id end |
#connected_link_id ⇒ ::String
Returns the value of attribute connected_link_id.
435 436 437 |
# File 'sig/types.rbs', line 435 def connected_link_id @connected_link_id end |
#description ⇒ ::String
Returns the value of attribute description.
436 437 438 |
# File 'sig/types.rbs', line 436 def description @description end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
432 433 434 |
# File 'sig/types.rbs', line 432 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
431 432 433 |
# File 'sig/types.rbs', line 431 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
434 435 436 |
# File 'sig/types.rbs', line 434 def link_id @link_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
437 438 439 |
# File 'sig/types.rbs', line 437 def end |