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>)


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_idString

The ID of the attachment.

Returns:

  • (String)


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

#optionsTypes::VpcOptions

Additional options for updating the VPC attachment.

Returns:



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_arnsArray<String>

Removes a subnet ARN from the attachment.

Returns:

  • (Array<String>)


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