Class: Aws::EC2::Types::AuthorizeClientVpnIngressResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3193
3194
3195
3196
3197
# File 'lib/aws-sdk-ec2/types.rb', line 3193

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