Class: Aws::EC2::Types::RevokeClientVpnIngressResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::ClientVpnAuthorizationRuleStatus

The current state of the authorization rule.



31202
31203
31204
31205
# File 'lib/aws-sdk-ec2/types.rb', line 31202

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