Class: Aws::EC2::Types::DeleteClientVpnEndpointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteClientVpnEndpointResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Types::ClientVpnEndpointStatus
The current state of the Client VPN endpoint.
Instance Attribute Details
#status ⇒ Types::ClientVpnEndpointStatus
The current state of the Client VPN endpoint.
14777 14778 14779 14780 14781 |
# File 'lib/aws-sdk-ec2/types.rb', line 14777 class DeleteClientVpnEndpointResult < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |