Class: Aws::EC2::Types::DeleteClientVpnRouteResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteClientVpnRouteResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Types::ClientVpnRouteStatus
The current state of the route.
Instance Attribute Details
#status ⇒ Types::ClientVpnRouteStatus
The current state of the route.
13389 13390 13391 13392 13393 |
# File 'lib/aws-sdk-ec2/types.rb', line 13389 class DeleteClientVpnRouteResult < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |