Class: Aws::Types::CreateTransitGatewayVpcAttachmentRequestOptions
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayVpcAttachmentRequestOptions
- 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.
3519 3520 3521 |
# File 'sig/types.rbs', line 3519 def appliance_mode_support @appliance_mode_support end |
#dns_support ⇒ "enable", "disable"
Returns the value of attribute dns_support.
3516 3517 3518 |
# File 'sig/types.rbs', line 3516 def dns_support @dns_support end |
#ipv_6_support ⇒ "enable", "disable"
Returns the value of attribute ipv_6_support.
3518 3519 3520 |
# File 'sig/types.rbs', line 3518 def ipv_6_support @ipv_6_support end |
#security_group_referencing_support ⇒ "enable", "disable"
Returns the value of attribute security_group_referencing_support.
3517 3518 3519 |
# File 'sig/types.rbs', line 3517 def security_group_referencing_support @security_group_referencing_support end |