Class: Aws::Types::AuthorizationRule
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizationRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_all ⇒ Boolean
Returns the value of attribute access_all.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#status ⇒ Types::ClientVpnAuthorizationRuleStatus
Returns the value of attribute status.
Instance Attribute Details
#access_all ⇒ Boolean
Returns the value of attribute access_all.
932 933 934 |
# File 'sig/types.rbs', line 932 def access_all @access_all end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
929 930 931 |
# File 'sig/types.rbs', line 929 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#description ⇒ ::String
Returns the value of attribute description.
930 931 932 |
# File 'sig/types.rbs', line 930 def description @description end |
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
933 934 935 |
# File 'sig/types.rbs', line 933 def destination_cidr @destination_cidr end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
931 932 933 |
# File 'sig/types.rbs', line 931 def group_id @group_id end |
#status ⇒ Types::ClientVpnAuthorizationRuleStatus
Returns the value of attribute status.
934 935 936 |
# File 'sig/types.rbs', line 934 def status @status end |