Class: Aws::EC2::Types::DeleteRouteServerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteRouteServerResult
- 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 deleted route server.
Instance Attribute Details
#route_server ⇒ Types::RouteServer
Information about the deleted route server.
17061 17062 17063 17064 17065 |
# File 'lib/aws-sdk-ec2/types.rb', line 17061 class DeleteRouteServerResult < Struct.new( :route_server) SENSITIVE = [] include Aws::Structure end |