Class: Aws::NetworkManager::Types::CreateConnectAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateConnectAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token associated with the request.
-
#core_network_id ⇒ String
The ID of a core network where you want to create the attachment.
-
#edge_location ⇒ String
The Region where the edge is located.
-
#options ⇒ Types::ConnectAttachmentOptions
Options for creating an attachment.
-
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the request.
-
#transport_attachment_id ⇒ String
The ID of the attachment between the two connections.
Instance Attribute Details
#client_token ⇒ String
The client token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1352 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network where you want to create the attachment.
1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1352 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#edge_location ⇒ String
The Region where the edge is located.
1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1352 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::ConnectAttachmentOptions
Options for creating an attachment.
1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1352 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the request.
1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1352 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#transport_attachment_id ⇒ String
The ID of the attachment between the two connections.
1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1352 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |