Class: Aws::EC2::Types::CreateRouteTableResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

Returns:

  • (String)


11427
11428
11429
11430
11431
11432
# File 'lib/aws-sdk-ec2/types.rb', line 11427

class CreateRouteTableResult < Struct.new(
  :route_table,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#route_tableTypes::RouteTable

Information about the route table.

Returns:



11427
11428
11429
11430
11431
11432
# File 'lib/aws-sdk-ec2/types.rb', line 11427

class CreateRouteTableResult < Struct.new(
  :route_table,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end