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.
941 942 943 |
# File 'sig/types.rbs', line 941 def access_group_id @access_group_id end |
#authorize_all_groups ⇒ Boolean
Returns the value of attribute authorize_all_groups.
942 943 944 |
# File 'sig/types.rbs', line 942 def @authorize_all_groups end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
944 945 946 |
# File 'sig/types.rbs', line 944 def client_token @client_token end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
939 940 941 |
# File 'sig/types.rbs', line 939 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#description ⇒ ::String
Returns the value of attribute description.
943 944 945 |
# File 'sig/types.rbs', line 943 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
945 946 947 |
# File 'sig/types.rbs', line 945 def dry_run @dry_run end |
#target_network_cidr ⇒ ::String
Returns the value of attribute target_network_cidr.
940 941 942 |
# File 'sig/types.rbs', line 940 def target_network_cidr @target_network_cidr end |