Class: Aws::FMS::Types::EC2AssociateRouteTableAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::EC2AssociateRouteTableAction
- Includes:
- Structure
- Defined in:
- 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
-
#description ⇒ String
A description of the EC2 route table that is associated with the remediation action.
-
#gateway_id ⇒ Types::ActionTarget
The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.
-
#route_table_id ⇒ Types::ActionTarget
The ID of the EC2 route table that is associated with the remediation action.
-
#subnet_id ⇒ Types::ActionTarget
The ID of the subnet for the EC2 route table that is associated with the remediation action.
Instance Attribute Details
#description ⇒ String
A description of the EC2 route table that is associated with the remediation action.
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 |
#gateway_id ⇒ Types::ActionTarget
The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.
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 |
#route_table_id ⇒ Types::ActionTarget
The ID of the EC2 route table that is associated with the remediation action.
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 |
#subnet_id ⇒ Types::ActionTarget
The ID of the subnet for the EC2 route table that is associated with the remediation action.
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 |