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.



7613
7614
7615
7616
# File 'lib/aws-sdk-ec2/types.rb', line 7613

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