Class: Aws::EC2::Types::CreateRouteTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateRouteTableResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier to ensure the idempotency of the request.
-
#route_table ⇒ Types::RouteTable
Information about the route table.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
10623 10624 10625 10626 10627 10628 |
# File 'lib/aws-sdk-ec2/types.rb', line 10623 class CreateRouteTableResult < Struct.new( :route_table, :client_token) SENSITIVE = [] include Aws::Structure end |
#route_table ⇒ Types::RouteTable
Information about the route table.
10623 10624 10625 10626 10627 10628 |
# File 'lib/aws-sdk-ec2/types.rb', line 10623 class CreateRouteTableResult < Struct.new( :route_table, :client_token) SENSITIVE = [] include Aws::Structure end |