Method: Aws::NetworkManager::Types::UpdateVpcAttachmentRequest#options

Defined in:
lib/aws-sdk-networkmanager/types.rb

#optionsTypes::VpcOptions

Additional options for updating the VPC attachment.

Returns:



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