Class: Aws::Types::ConnectPeerAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ConnectPeerAssociation
- 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.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
Instance Attribute Details
#connect_peer_id ⇒ ::String
Returns the value of attribute connect_peer_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def connect_peer_id @connect_peer_id end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
174 175 176 |
# File 'sig/types.rbs', line 174 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
173 174 175 |
# File 'sig/types.rbs', line 173 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
175 176 177 |
# File 'sig/types.rbs', line 175 def link_id @link_id end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
176 177 178 |
# File 'sig/types.rbs', line 176 def state @state end |