Class: Aws::Types::AwsEc2RouteTableDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_set::Array[Types::AssociationSetDetails]

Returns the value of attribute association_set.

Returns:



1803
1804
1805
# File 'sig/types.rbs', line 1803

def association_set
  @association_set
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1804
1805
1806
# File 'sig/types.rbs', line 1804

def owner_id
  @owner_id
end

#propagating_vgw_set::Array[Types::PropagatingVgwSetDetails]

Returns the value of attribute propagating_vgw_set.

Returns:



1805
1806
1807
# File 'sig/types.rbs', line 1805

def propagating_vgw_set
  @propagating_vgw_set
end

#route_set::Array[Types::RouteSetDetails]

Returns the value of attribute route_set.

Returns:



1807
1808
1809
# File 'sig/types.rbs', line 1807

def route_set
  @route_set
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def route_table_id
  @route_table_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def vpc_id
  @vpc_id
end