Class: Aws::NetworkManager::Types::UpdateVpcAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateVpcAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_subnet_arns ⇒ Array<String>
Adds a subnet ARN to the VPC attachment.
-
#attachment_id ⇒ String
The ID of the attachment.
-
#options ⇒ Types::VpcOptions
Additional options for updating the VPC attachment.
-
#remove_subnet_arns ⇒ Array<String>
Removes a subnet ARN from the attachment.
Instance Attribute Details
permalink #add_subnet_arns ⇒ Array<String>
Adds a subnet ARN to the VPC attachment.
6145 6146 6147 6148 6149 6150 6151 6152 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6145 class UpdateVpcAttachmentRequest < Struct.new( :attachment_id, :add_subnet_arns, :remove_subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |
permalink #attachment_id ⇒ String
The ID of the attachment.
6145 6146 6147 6148 6149 6150 6151 6152 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6145 class UpdateVpcAttachmentRequest < Struct.new( :attachment_id, :add_subnet_arns, :remove_subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |
permalink #options ⇒ Types::VpcOptions
Additional options for updating the VPC attachment.
6145 6146 6147 6148 6149 6150 6151 6152 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6145 class UpdateVpcAttachmentRequest < Struct.new( :attachment_id, :add_subnet_arns, :remove_subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |
permalink #remove_subnet_arns ⇒ Array<String>
Removes a subnet ARN from the attachment.
6145 6146 6147 6148 6149 6150 6151 6152 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6145 class UpdateVpcAttachmentRequest < Struct.new( :attachment_id, :add_subnet_arns, :remove_subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |