Class: Aws::FMS::Types::EC2ReplaceRouteTableAssociationAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::EC2ReplaceRouteTableAssociationAction
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Information about the ReplaceRouteTableAssociation action in Amazon EC2.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ Types::ActionTarget
Information about the association ID.
-
#description ⇒ String
A description of the ReplaceRouteTableAssociation action in Amazon EC2.
-
#route_table_id ⇒ Types::ActionTarget
Information about the ID of the new route table to associate with the subnet.
Instance Attribute Details
#association_id ⇒ Types::ActionTarget
Information about the association ID.
1103 1104 1105 1106 1107 1108 1109 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1103 class EC2ReplaceRouteTableAssociationAction < Struct.new( :description, :association_id, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the ReplaceRouteTableAssociation action in Amazon EC2.
1103 1104 1105 1106 1107 1108 1109 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1103 class EC2ReplaceRouteTableAssociationAction < Struct.new( :description, :association_id, :route_table_id) SENSITIVE = [] include Aws::Structure end |
#route_table_id ⇒ Types::ActionTarget
Information about the ID of the new route table to associate with the subnet.
1103 1104 1105 1106 1107 1108 1109 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1103 class EC2ReplaceRouteTableAssociationAction < Struct.new( :description, :association_id, :route_table_id) SENSITIVE = [] include Aws::Structure end |