Class: Aws::Types::ModifyTransitGatewayVpcAttachmentRequestOptions

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


14686
14687
14688
# File 'sig/types.rbs', line 14686

def appliance_mode_support
  @appliance_mode_support
end

#dns_support"enable", "disable"

Returns the value of attribute dns_support.

Returns:

  • ("enable", "disable")


14683
14684
14685
# File 'sig/types.rbs', line 14683

def dns_support
  @dns_support
end

#ipv_6_support"enable", "disable"

Returns the value of attribute ipv_6_support.

Returns:

  • ("enable", "disable")


14685
14686
14687
# File 'sig/types.rbs', line 14685

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


14684
14685
14686
# File 'sig/types.rbs', line 14684

def security_group_referencing_support
  @security_group_referencing_support
end