Class: Aws::Types::ConnectPeerSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConnectPeerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_attachment_id ⇒ ::String
Returns the value of attribute connect_attachment_id.
-
#connect_peer_id ⇒ ::String
Returns the value of attribute connect_peer_id.
-
#connect_peer_state ⇒ "CREATING", ...
Returns the value of attribute connect_peer_state.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
-
#subnet_arn ⇒ ::String
Returns the value of attribute subnet_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#connect_attachment_id ⇒ ::String
Returns the value of attribute connect_attachment_id.
207 208 209 |
# File 'sig/types.rbs', line 207 def @connect_attachment_id end |
#connect_peer_id ⇒ ::String
Returns the value of attribute connect_peer_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def connect_peer_id @connect_peer_id end |
#connect_peer_state ⇒ "CREATING", ...
Returns the value of attribute connect_peer_state.
210 211 212 |
# File 'sig/types.rbs', line 210 def connect_peer_state @connect_peer_state end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
206 207 208 |
# File 'sig/types.rbs', line 206 def core_network_id @core_network_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
211 212 213 |
# File 'sig/types.rbs', line 211 def created_at @created_at end |
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
209 210 211 |
# File 'sig/types.rbs', line 209 def edge_location @edge_location end |
#subnet_arn ⇒ ::String
Returns the value of attribute subnet_arn.
213 214 215 |
# File 'sig/types.rbs', line 213 def subnet_arn @subnet_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
212 213 214 |
# File 'sig/types.rbs', line 212 def @tags end |