Class: Aws::FMS::Types::EC2CreateRouteTableAction

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

Overview

Information about the CreateRouteTable action in Amazon EC2.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the CreateRouteTable action.

Returns:

  • (String)


903
904
905
906
907
908
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 903

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

#vpc_idTypes::ActionTarget

Information about the ID of a VPC.

Returns:



903
904
905
906
907
908
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 903

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