Class: Aws::FMS::Types::EC2CopyRouteTableAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::EC2CopyRouteTableAction
- Includes:
- Structure
- Defined in:
- 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
-
#description ⇒ String
A description of the copied EC2 route table that is associated with the remediation action.
-
#route_table_id ⇒ Types::ActionTarget
The ID of the copied EC2 route table that is associated with the remediation action.
-
#vpc_id ⇒ Types::ActionTarget
The VPC ID of the copied EC2 route table that is associated with the remediation action.
Instance Attribute Details
#description ⇒ String
A description of the copied EC2 route table that is associated with the remediation action.
929 930 931 932 933 934 935 |
# File 'lib/aws-sdk-fms/types.rb', line 929 class EC2CopyRouteTableAction < Struct.new( :description, :vpc_id, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#route_table_id ⇒ Types::ActionTarget
The ID of the copied EC2 route table that is associated with the remediation action.
929 930 931 932 933 934 935 |
# File 'lib/aws-sdk-fms/types.rb', line 929 class EC2CopyRouteTableAction < Struct.new( :description, :vpc_id, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ Types::ActionTarget
The VPC ID of the copied EC2 route table that is associated with the remediation action.
929 930 931 932 933 934 935 |
# File 'lib/aws-sdk-fms/types.rb', line 929 class EC2CopyRouteTableAction < Struct.new( :description, :vpc_id, :route_table_id) SENSITIVE = [] include Aws::Structure end |