Class: Aws::EC2::Types::DeleteClientVpnRouteResult

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.



7665
7666
7667
7668
# File 'lib/aws-sdk-ec2/types.rb', line 7665

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