Class: Aws::Types::ModifyTransitGatewayVpcAttachmentRequestOptions
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTransitGatewayVpcAttachmentRequestOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#appliance_mode_support ⇒ "enable", "disable"
Returns the value of attribute appliance_mode_support.
-
#dns_support ⇒ "enable", "disable"
Returns the value of attribute dns_support.
-
#ipv_6_support ⇒ "enable", "disable"
Returns the value of attribute ipv_6_support.
-
#security_group_referencing_support ⇒ "enable", "disable"
Returns the value of attribute security_group_referencing_support.
Instance Attribute Details
#appliance_mode_support ⇒ "enable", "disable"
Returns the value of attribute appliance_mode_support.
14044 14045 14046 |
# File 'sig/types.rbs', line 14044 def appliance_mode_support @appliance_mode_support end |
#dns_support ⇒ "enable", "disable"
Returns the value of attribute dns_support.
14041 14042 14043 |
# File 'sig/types.rbs', line 14041 def dns_support @dns_support end |
#ipv_6_support ⇒ "enable", "disable"
Returns the value of attribute ipv_6_support.
14043 14044 14045 |
# File 'sig/types.rbs', line 14043 def ipv_6_support @ipv_6_support end |
#security_group_referencing_support ⇒ "enable", "disable"
Returns the value of attribute security_group_referencing_support.
14042 14043 14044 |
# File 'sig/types.rbs', line 14042 def security_group_referencing_support @security_group_referencing_support end |