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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::ClientVpnAuthorizationRuleStatus

The current state of the authorization rule.



58248
58249
58250
58251
58252
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58248

class RevokeClientVpnIngressResult < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end