Class: Aws::EC2::Types::CreateClientVpnRouteResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateClientVpnRouteResult
- Defined in:
- gems/aws-sdk-ec2/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.
8148 8149 8150 8151 8152 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8148 class CreateClientVpnRouteResult < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |