Class: Aws::NetworkManager::Types::UpdateVpcAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateVpcAttachmentRequest
- Defined in:
- gems/aws-sdk-networkmanager/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
#add_subnet_arns ⇒ Array<String>
Adds a subnet ARN to the VPC attachment.
5647 5648 5649 5650 5651 5652 5653 5654 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5647 class UpdateVpcAttachmentRequest < Struct.new( :attachment_id, :add_subnet_arns, :remove_subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |
#attachment_id ⇒ String
The ID of the attachment.
5647 5648 5649 5650 5651 5652 5653 5654 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5647 class UpdateVpcAttachmentRequest < Struct.new( :attachment_id, :add_subnet_arns, :remove_subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::VpcOptions
Additional options for updating the VPC attachment.
5647 5648 5649 5650 5651 5652 5653 5654 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5647 class UpdateVpcAttachmentRequest < Struct.new( :attachment_id, :add_subnet_arns, :remove_subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |
#remove_subnet_arns ⇒ Array<String>
Removes a subnet ARN from the attachment.
5647 5648 5649 5650 5651 5652 5653 5654 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5647 class UpdateVpcAttachmentRequest < Struct.new( :attachment_id, :add_subnet_arns, :remove_subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |