Class: Aws::EC2::Types::AuthorizeClientVpnIngressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AuthorizeClientVpnIngressResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Types::ClientVpnAuthorizationRuleStatus
The current state of the authorization rule.
Instance Attribute Details
#status ⇒ Types::ClientVpnAuthorizationRuleStatus
The current state of the authorization rule.
3421 3422 3423 3424 3425 |
# File 'lib/aws-sdk-ec2/types.rb', line 3421 class AuthorizeClientVpnIngressResult < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |