You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::AuthorizationRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AuthorizationRule
- Defined in:
- (unknown)
Overview
Information about an authorization rule.
Instance Attribute Summary collapse
-
#access_all ⇒ Boolean
Indicates whether the authorization rule grants access to all clients.
-
#client_vpn_endpoint_id ⇒ String
The ID of the Client VPN endpoint with which the authorization rule is associated.
-
#description ⇒ String
A brief description of the authorization rule.
-
#destination_cidr ⇒ String
The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.
-
#group_id ⇒ String
The ID of the Active Directory group to which the authorization rule grants access.
-
#status ⇒ Types::ClientVpnAuthorizationRuleStatus
The current state of the authorization rule.
Instance Attribute Details
#access_all ⇒ Boolean
Indicates whether the authorization rule grants access to all clients.
#client_vpn_endpoint_id ⇒ String
The ID of the Client VPN endpoint with which the authorization rule is associated.
#description ⇒ String
A brief description of the authorization rule.
#destination_cidr ⇒ String
The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.
#group_id ⇒ String
The ID of the Active Directory group to which the authorization rule grants access.
#status ⇒ Types::ClientVpnAuthorizationRuleStatus
The current state of the authorization rule.