Class: Aws::EC2::Types::DeleteClientVpnEndpointResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::ClientVpnEndpointStatus

The current state of the Client VPN endpoint.



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

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