Class: Aws::Types::AwsEc2TransitGatewayDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_side_asn::Integer

Returns the value of attribute amazon_side_asn.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1879
1880
1881
# File 'sig/types.rbs', line 1879

def auto_accept_shared_attachments
  @auto_accept_shared_attachments
end

#default_route_table_association::String

Returns the value of attribute default_route_table_association.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1877
1878
1879
# File 'sig/types.rbs', line 1877

def description
  @description
end

#dns_support::String

Returns the value of attribute dns_support.

Returns:

  • (::String)


1885
1886
1887
# File 'sig/types.rbs', line 1885

def dns_support
  @dns_support
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def id
  @id
end

#multicast_support::String

Returns the value of attribute multicast_support.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def vpn_ecmp_support
  @vpn_ecmp_support
end