Class: Aws::Types::CreateConnectAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
-
#options ⇒ Types::ConnectAttachmentOptions
Returns the value of attribute options.
-
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transport_attachment_id ⇒ ::String
Returns the value of attribute transport_attachment_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
404 405 406 |
# File 'sig/types.rbs', line 404 def client_token @client_token end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
398 399 400 |
# File 'sig/types.rbs', line 398 def core_network_id @core_network_id end |
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
399 400 401 |
# File 'sig/types.rbs', line 399 def edge_location @edge_location end |
#options ⇒ Types::ConnectAttachmentOptions
Returns the value of attribute options.
402 403 404 |
# File 'sig/types.rbs', line 402 def @options end |
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
401 402 403 |
# File 'sig/types.rbs', line 401 def routing_policy_label @routing_policy_label end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
403 404 405 |
# File 'sig/types.rbs', line 403 def @tags end |
#transport_attachment_id ⇒ ::String
Returns the value of attribute transport_attachment_id.
400 401 402 |
# File 'sig/types.rbs', line 400 def @transport_attachment_id end |