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.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def access_all @access_all end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#description ⇒ ::String
Returns the value of attribute description.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def description @description end |
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def destination_cidr @destination_cidr end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def group_id @group_id end |
#status ⇒ Types::ClientVpnAuthorizationRuleStatus
Returns the value of attribute status.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def status @status end |