Class: Aws::Types::EC2ReplaceRouteTableAssociationAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_idTypes::ActionTarget

Returns the value of attribute association_id.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def association_id
  @association_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def description
  @description
end

#route_table_idTypes::ActionTarget

Returns the value of attribute route_table_id.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def route_table_id
  @route_table_id
end