Class: Aws::EC2::Types::CreateClientVpnRouteResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateClientVpnRouteResult
- 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.
7446 7447 7448 7449 7450 |
# File 'lib/aws-sdk-ec2/types.rb', line 7446 class CreateClientVpnRouteResult < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |