Class: Aws::Types::DisassociateConnectPeerRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateConnectPeerRequest
- 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.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
Instance Attribute Details
#connect_peer_id ⇒ ::String
Returns the value of attribute connect_peer_id.
790 791 792 |
# File 'sig/types.rbs', line 790 def connect_peer_id @connect_peer_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
789 790 791 |
# File 'sig/types.rbs', line 789 def global_network_id @global_network_id end |