Class: Aws::EC2::Types::TransitGatewayVpcAttachmentOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayVpcAttachmentOptions
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the VPC attachment options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#appliance_mode_support ⇒ String
Indicates whether appliance mode support is enabled.
-
#dns_support ⇒ String
Indicates whether DNS support is enabled.
-
#ipv_6_support ⇒ String
Indicates whether IPv6 support is disabled.
Instance Attribute Details
#appliance_mode_support ⇒ String
Indicates whether appliance mode support is enabled.
53124 53125 53126 53127 53128 53129 53130 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53124 class TransitGatewayVpcAttachmentOptions < Struct.new( :dns_support, :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |
#dns_support ⇒ String
Indicates whether DNS support is enabled.
53124 53125 53126 53127 53128 53129 53130 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53124 class TransitGatewayVpcAttachmentOptions < Struct.new( :dns_support, :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |
#ipv_6_support ⇒ String
Indicates whether IPv6 support is disabled.
53124 53125 53126 53127 53128 53129 53130 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53124 class TransitGatewayVpcAttachmentOptions < Struct.new( :dns_support, :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |