Class: Aws::EC2::Types::RevokeClientVpnIngressResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RevokeClientVpnIngressResult
- 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.
62630 62631 62632 62633 62634 |
# File 'lib/aws-sdk-ec2/types.rb', line 62630 class RevokeClientVpnIngressResult < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |