Class: Aws::Types::AuthorizeClientVpnIngressRequest
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizeClientVpnIngressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_group_id ⇒ ::String
Returns the value of attribute access_group_id.
-
#authorize_all_groups ⇒ Boolean
Returns the value of attribute authorize_all_groups.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#target_network_cidr ⇒ ::String
Returns the value of attribute target_network_cidr.
Instance Attribute Details
#access_group_id ⇒ ::String
Returns the value of attribute access_group_id.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def access_group_id @access_group_id end |
#authorize_all_groups ⇒ Boolean
Returns the value of attribute authorize_all_groups.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def @authorize_all_groups end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def client_token @client_token end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#description ⇒ ::String
Returns the value of attribute description.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def dry_run @dry_run end |
#target_network_cidr ⇒ ::String
Returns the value of attribute target_network_cidr.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def target_network_cidr @target_network_cidr end |