Class: Aws::FMS::Types::EC2AssociateRouteTableAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

The action of associating an EC2 resource, such as a subnet or internet gateway, with a route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the EC2 route table that is associated with the remediation action.

Returns:

  • (String)


807
808
809
810
811
812
813
814
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 807

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

#gateway_idTypes::ActionTarget

The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.

Returns:



807
808
809
810
811
812
813
814
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 807

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

#route_table_idTypes::ActionTarget

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

Returns:



807
808
809
810
811
812
813
814
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 807

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

#subnet_idTypes::ActionTarget

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

Returns:



807
808
809
810
811
812
813
814
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 807

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