Method: Aws::NetworkManager::Types::UpdateVpcAttachmentRequest#add_subnet_arns
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
#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 |