Class: Aws::NetworkManager::Types::UpdateDirectConnectGatewayAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateDirectConnectGatewayAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The ID of the Direct Connect gateway attachment for the updated edge locations.
-
#edge_locations ⇒ Array<String>
One or more edge locations to update for the Direct Connect gateway attachment.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the Direct Connect gateway attachment for the updated edge locations.
6514 6515 6516 6517 6518 6519 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6514 class UpdateDirectConnectGatewayAttachmentRequest < Struct.new( :attachment_id, :edge_locations) SENSITIVE = [] include Aws::Structure end |
#edge_locations ⇒ Array<String>
One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. EdgeLocations is only used for Direct Connect gateway attachments.
6514 6515 6516 6517 6518 6519 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6514 class UpdateDirectConnectGatewayAttachmentRequest < Struct.new( :attachment_id, :edge_locations) SENSITIVE = [] include Aws::Structure end |