Class: Aws::Types::TransitGatewayRequestOptions
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRequestOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
-
#auto_accept_shared_attachments ⇒ "enable", "disable"
Returns the value of attribute auto_accept_shared_attachments.
-
#default_route_table_association ⇒ "enable", "disable"
Returns the value of attribute default_route_table_association.
-
#default_route_table_propagation ⇒ "enable", "disable"
Returns the value of attribute default_route_table_propagation.
-
#dns_support ⇒ "enable", "disable"
Returns the value of attribute dns_support.
-
#multicast_support ⇒ "enable", "disable"
Returns the value of attribute multicast_support.
-
#security_group_referencing_support ⇒ "enable", "disable"
Returns the value of attribute security_group_referencing_support.
-
#transit_gateway_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute transit_gateway_cidr_blocks.
-
#vpn_ecmp_support ⇒ "enable", "disable"
Returns the value of attribute vpn_ecmp_support.
Instance Attribute Details
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
18841 18842 18843 |
# File 'sig/types.rbs', line 18841 def amazon_side_asn @amazon_side_asn end |
#auto_accept_shared_attachments ⇒ "enable", "disable"
Returns the value of attribute auto_accept_shared_attachments.
18842 18843 18844 |
# File 'sig/types.rbs', line 18842 def @auto_accept_shared_attachments end |
#default_route_table_association ⇒ "enable", "disable"
Returns the value of attribute default_route_table_association.
18843 18844 18845 |
# File 'sig/types.rbs', line 18843 def default_route_table_association @default_route_table_association end |
#default_route_table_propagation ⇒ "enable", "disable"
Returns the value of attribute default_route_table_propagation.
18844 18845 18846 |
# File 'sig/types.rbs', line 18844 def default_route_table_propagation @default_route_table_propagation end |
#dns_support ⇒ "enable", "disable"
Returns the value of attribute dns_support.
18846 18847 18848 |
# File 'sig/types.rbs', line 18846 def dns_support @dns_support end |
#multicast_support ⇒ "enable", "disable"
Returns the value of attribute multicast_support.
18848 18849 18850 |
# File 'sig/types.rbs', line 18848 def multicast_support @multicast_support end |
#security_group_referencing_support ⇒ "enable", "disable"
Returns the value of attribute security_group_referencing_support.
18847 18848 18849 |
# File 'sig/types.rbs', line 18847 def security_group_referencing_support @security_group_referencing_support end |
#transit_gateway_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute transit_gateway_cidr_blocks.
18849 18850 18851 |
# File 'sig/types.rbs', line 18849 def transit_gateway_cidr_blocks @transit_gateway_cidr_blocks end |
#vpn_ecmp_support ⇒ "enable", "disable"
Returns the value of attribute vpn_ecmp_support.
18845 18846 18847 |
# File 'sig/types.rbs', line 18845 def vpn_ecmp_support @vpn_ecmp_support end |