Class: Aws::Types::VpcOptions

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 ⇒ Boolean

Returns the value of attribute appliance_mode_support.

Returns:

  • (Boolean)


1976
1977
1978
# File 'sig/types.rbs', line 1976

def appliance_mode_support
  @appliance_mode_support
end

#dns_support ⇒ Boolean

Returns the value of attribute dns_support.

Returns:

  • (Boolean)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def dns_support
  @dns_support
end

#ipv_6_support ⇒ Boolean

Returns the value of attribute ipv_6_support.

Returns:

  • (Boolean)


1975
1976
1977
# File 'sig/types.rbs', line 1975

def ipv_6_support
  @ipv_6_support
end

#security_group_referencing_support ⇒ Boolean

Returns the value of attribute security_group_referencing_support.

Returns:

  • (Boolean)


1978
1979
1980
# File 'sig/types.rbs', line 1978

def security_group_referencing_support
  @security_group_referencing_support
end