Class: Aws::Types::TransitGatewayVpcAttachmentOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#appliance_mode_support"enable", "disable"

Returns the value of attribute appliance_mode_support.

Returns:

  • ("enable", "disable")


18307
18308
18309
# File 'sig/types.rbs', line 18307

def appliance_mode_support
  @appliance_mode_support
end

#dns_support"enable", "disable"

Returns the value of attribute dns_support.

Returns:

  • ("enable", "disable")


18304
18305
18306
# File 'sig/types.rbs', line 18304

def dns_support
  @dns_support
end

#ipv_6_support"enable", "disable"

Returns the value of attribute ipv_6_support.

Returns:

  • ("enable", "disable")


18306
18307
18308
# File 'sig/types.rbs', line 18306

def ipv_6_support
  @ipv_6_support
end

#security_group_referencing_support"enable", "disable"

Returns the value of attribute security_group_referencing_support.

Returns:

  • ("enable", "disable")


18305
18306
18307
# File 'sig/types.rbs', line 18305

def security_group_referencing_support
  @security_group_referencing_support
end