Method: Aws::FMS::Types::EC2AssociateRouteTableAction#route_table_id

Defined in:
lib/aws-sdk-fms/types.rb

#route_table_idTypes::ActionTarget

The ID of the EC2 route table that is associated with the remediation action.

Returns:



901
902
903
904
905
906
907
908
# File 'lib/aws-sdk-fms/types.rb', line 901

class EC2AssociateRouteTableAction < Struct.new(
  :description,
  :route_table_id,
  :subnet_id,
  :gateway_id)
  SENSITIVE = []
  include Aws::Structure
end