Class: Aws::Types::AssociateConnectPeerRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateConnectPeerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_peer_id ⇒ ::String
Returns the value of attribute connect_peer_id.
-
#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.
Instance Attribute Details
#connect_peer_id ⇒ ::String
Returns the value of attribute connect_peer_id.
40 41 42 |
# File 'sig/types.rbs', line 40 def connect_peer_id @connect_peer_id end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
39 40 41 |
# File 'sig/types.rbs', line 39 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
42 43 44 |
# File 'sig/types.rbs', line 42 def link_id @link_id end |