Class: Aws::Types::ConnectPeer
- Inherits:
-
Object
- Object
- Aws::Types::ConnectPeer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ConnectPeerConfiguration
Returns the value of attribute configuration.
-
#connect_attachment_id ⇒ ::String
Returns the value of attribute connect_attachment_id.
-
#connect_peer_id ⇒ ::String
Returns the value of attribute connect_peer_id.
-
#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.
-
#last_modification_errors ⇒ ::Array[Types::ConnectPeerError]
Returns the value of attribute last_modification_errors.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#subnet_arn ⇒ ::String
Returns the value of attribute subnet_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#configuration ⇒ Types::ConnectPeerConfiguration
Returns the value of attribute configuration.
164 165 166 |
# File 'sig/types.rbs', line 164 def configuration @configuration end |
#connect_attachment_id ⇒ ::String
Returns the value of attribute connect_attachment_id.
159 160 161 |
# File 'sig/types.rbs', line 159 def @connect_attachment_id end |
#connect_peer_id ⇒ ::String
Returns the value of attribute connect_peer_id.
160 161 162 |
# File 'sig/types.rbs', line 160 def connect_peer_id @connect_peer_id end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
158 159 160 |
# File 'sig/types.rbs', line 158 def core_network_id @core_network_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
163 164 165 |
# File 'sig/types.rbs', line 163 def created_at @created_at end |
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
161 162 163 |
# File 'sig/types.rbs', line 161 def edge_location @edge_location end |
#last_modification_errors ⇒ ::Array[Types::ConnectPeerError]
Returns the value of attribute last_modification_errors.
167 168 169 |
# File 'sig/types.rbs', line 167 def last_modification_errors @last_modification_errors end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
162 163 164 |
# File 'sig/types.rbs', line 162 def state @state end |
#subnet_arn ⇒ ::String
Returns the value of attribute subnet_arn.
166 167 168 |
# File 'sig/types.rbs', line 166 def subnet_arn @subnet_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
165 166 167 |
# File 'sig/types.rbs', line 165 def @tags end |