Class: Aws::Types::RouteTableAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_stateTypes::RouteTableAssociationState

Returns the value of attribute association_state.



16565
16566
16567
# File 'sig/types.rbs', line 16565

def association_state
  @association_state
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


16563
16564
16565
# File 'sig/types.rbs', line 16563

def gateway_id
  @gateway_id
end

#mainBoolean

Returns the value of attribute main.

Returns:

  • (Boolean)


16559
16560
16561
# File 'sig/types.rbs', line 16559

def main
  @main
end

#public_ipv_4_pool::String

Returns the value of attribute public_ipv_4_pool.

Returns:

  • (::String)


16564
16565
16566
# File 'sig/types.rbs', line 16564

def public_ipv_4_pool
  @public_ipv_4_pool
end

#route_table_association_id::String

Returns the value of attribute route_table_association_id.

Returns:

  • (::String)


16560
16561
16562
# File 'sig/types.rbs', line 16560

def route_table_association_id
  @route_table_association_id
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


16561
16562
16563
# File 'sig/types.rbs', line 16561

def route_table_id
  @route_table_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


16562
16563
16564
# File 'sig/types.rbs', line 16562

def subnet_id
  @subnet_id
end