Class: Aws::EC2::Types::CreateClientVpnRouteResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::ClientVpnRouteStatus

The current state of the route.



4295
4296
4297
4298
# File 'lib/aws-sdk-ec2/types.rb', line 4295

class CreateClientVpnRouteResult < Struct.new(
  :status)
  include Aws::Structure
end