You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::TransitGatewayVpcAttachmentOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the VPC attachment options.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#appliance_mode_supportString

Indicates whether appliance mode support is enabled.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Indicates whether appliance mode support is enabled.

#dns_supportString

Indicates whether DNS support is enabled.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Indicates whether DNS support is enabled.

#ipv_6_supportString

Indicates whether IPv6 support is disabled.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Indicates whether IPv6 support is disabled.