Class: Aws::Types::AwsEc2TransitGatewayDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2TransitGatewayDetails
- 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.
-
#association_default_route_table_id ⇒ ::String
Returns the value of attribute association_default_route_table_id.
-
#auto_accept_shared_attachments ⇒ ::String
Returns the value of attribute auto_accept_shared_attachments.
-
#default_route_table_association ⇒ ::String
Returns the value of attribute default_route_table_association.
-
#default_route_table_propagation ⇒ ::String
Returns the value of attribute default_route_table_propagation.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dns_support ⇒ ::String
Returns the value of attribute dns_support.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#multicast_support ⇒ ::String
Returns the value of attribute multicast_support.
-
#propagation_default_route_table_id ⇒ ::String
Returns the value of attribute propagation_default_route_table_id.
-
#transit_gateway_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute transit_gateway_cidr_blocks.
-
#vpn_ecmp_support ⇒ ::String
Returns the value of attribute vpn_ecmp_support.
Instance Attribute Details
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def amazon_side_asn @amazon_side_asn end |
#association_default_route_table_id ⇒ ::String
Returns the value of attribute association_default_route_table_id.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def association_default_route_table_id @association_default_route_table_id end |
#auto_accept_shared_attachments ⇒ ::String
Returns the value of attribute auto_accept_shared_attachments.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def @auto_accept_shared_attachments end |
#default_route_table_association ⇒ ::String
Returns the value of attribute default_route_table_association.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def default_route_table_association @default_route_table_association end |
#default_route_table_propagation ⇒ ::String
Returns the value of attribute default_route_table_propagation.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def default_route_table_propagation @default_route_table_propagation end |
#description ⇒ ::String
Returns the value of attribute description.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def description @description end |
#dns_support ⇒ ::String
Returns the value of attribute dns_support.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def dns_support @dns_support end |
#id ⇒ ::String
Returns the value of attribute id.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def id @id end |
#multicast_support ⇒ ::String
Returns the value of attribute multicast_support.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def multicast_support @multicast_support end |
#propagation_default_route_table_id ⇒ ::String
Returns the value of attribute propagation_default_route_table_id.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def propagation_default_route_table_id @propagation_default_route_table_id end |
#transit_gateway_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute transit_gateway_cidr_blocks.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def transit_gateway_cidr_blocks @transit_gateway_cidr_blocks end |
#vpn_ecmp_support ⇒ ::String
Returns the value of attribute vpn_ecmp_support.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def vpn_ecmp_support @vpn_ecmp_support end |