Class: Aws::Types::VpcOptions
- Inherits:
-
Object
- Object
- Aws::Types::VpcOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#appliance_mode_support ⇒ Boolean
Returns the value of attribute appliance_mode_support.
-
#dns_support ⇒ Boolean
Returns the value of attribute dns_support.
-
#ipv_6_support ⇒ Boolean
Returns the value of attribute ipv_6_support.
-
#security_group_referencing_support ⇒ Boolean
Returns the value of attribute security_group_referencing_support.
Instance Attribute Details
#appliance_mode_support ⇒ Boolean
Returns the value of attribute appliance_mode_support.
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.
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.
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.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def security_group_referencing_support @security_group_referencing_support end |