Class: Aws::NetworkManager::Types::UpdateVpcAttachmentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_subnet_arnsArray<String>

Adds a subnet ARN to the VPC attachment.

Returns:

  • (Array<String>)


5664
5665
5666
5667
5668
5669
5670
5671
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5664

class UpdateVpcAttachmentRequest < Struct.new(
  :attachment_id,
  :add_subnet_arns,
  :remove_subnet_arns,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#attachment_idString

The ID of the attachment.

Returns:

  • (String)


5664
5665
5666
5667
5668
5669
5670
5671
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5664

class UpdateVpcAttachmentRequest < Struct.new(
  :attachment_id,
  :add_subnet_arns,
  :remove_subnet_arns,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#optionsTypes::VpcOptions

Additional options for updating the VPC attachment.

Returns:



5664
5665
5666
5667
5668
5669
5670
5671
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5664

class UpdateVpcAttachmentRequest < Struct.new(
  :attachment_id,
  :add_subnet_arns,
  :remove_subnet_arns,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#remove_subnet_arnsArray<String>

Removes a subnet ARN from the attachment.

Returns:

  • (Array<String>)


5664
5665
5666
5667
5668
5669
5670
5671
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5664

class UpdateVpcAttachmentRequest < Struct.new(
  :attachment_id,
  :add_subnet_arns,
  :remove_subnet_arns,
  :options)
  SENSITIVE = []
  include Aws::Structure
end