Class: Aws::FMS::Types::EC2CreateRouteTableAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::EC2CreateRouteTableAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Information about the CreateRouteTable action in Amazon EC2.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the CreateRouteTable action.
-
#vpc_id ⇒ Types::ActionTarget
Information about the ID of a VPC.
Instance Attribute Details
#description ⇒ String
A description of the CreateRouteTable action.
997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-fms/types.rb', line 997 class EC2CreateRouteTableAction < Struct.new( :description, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ Types::ActionTarget
Information about the ID of a VPC.
997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-fms/types.rb', line 997 class EC2CreateRouteTableAction < Struct.new( :description, :vpc_id) SENSITIVE = [] include Aws::Structure end |