Class: Aws::EC2::Types::CreateRouteServerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateRouteServerResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route_server ⇒ Types::RouteServer
Information about the created route server.
Instance Attribute Details
#route_server ⇒ Types::RouteServer
Information about the created route server.
11712 11713 11714 11715 11716 |
# File 'lib/aws-sdk-ec2/types.rb', line 11712 class CreateRouteServerResult < Struct.new( :route_server) SENSITIVE = [] include Aws::Structure end |