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
#add_subnet_arns ⇒ Array<String>
Adds a subnet ARN to the VPC attachment.
6127 6128 6129 6130 6131 6132 6133 6134 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6127 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.
6127 6128 6129 6130 6131 6132 6133 6134 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6127 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.
6127 6128 6129 6130 6131 6132 6133 6134 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6127 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.
6127 6128 6129 6130 6131 6132 6133 6134 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6127 class UpdateVpcAttachmentRequest < Struct.new( :attachment_id, :add_subnet_arns, :remove_subnet_arns, :options) SENSITIVE = [] include Aws::Structure end |