Class: Aws::FMS::Types::EC2CopyRouteTableAction

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

Overview

An action that copies the EC2 route table for use in remediation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

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

Returns:

  • (String)


835
836
837
838
839
840
841
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 835

class EC2CopyRouteTableAction < Struct.new(
  :description,
  :vpc_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#route_table_idTypes::ActionTarget

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

Returns:



835
836
837
838
839
840
841
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 835

class EC2CopyRouteTableAction < Struct.new(
  :description,
  :vpc_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idTypes::ActionTarget

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

Returns:



835
836
837
838
839
840
841
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 835

class EC2CopyRouteTableAction < Struct.new(
  :description,
  :vpc_id,
  :route_table_id)
  SENSITIVE = []
  include Aws::Structure
end