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.



17222
17223
17224
# File 'sig/types.rbs', line 17222

def association_state
  @association_state
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


17220
17221
17222
# File 'sig/types.rbs', line 17220

def gateway_id
  @gateway_id
end

#mainBoolean

Returns the value of attribute main.

Returns:

  • (Boolean)


17216
17217
17218
# File 'sig/types.rbs', line 17216

def main
  @main
end

#public_ipv_4_pool::String

Returns the value of attribute public_ipv_4_pool.

Returns:

  • (::String)


17221
17222
17223
# File 'sig/types.rbs', line 17221

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)


17217
17218
17219
# File 'sig/types.rbs', line 17217

def route_table_association_id
  @route_table_association_id
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


17218
17219
17220
# File 'sig/types.rbs', line 17218

def route_table_id
  @route_table_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


17219
17220
17221
# File 'sig/types.rbs', line 17219

def subnet_id
  @subnet_id
end