Class: Aws::Types::RevokeClientVpnIngressRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeClientVpnIngressRequest
- 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.
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#revoke_all_groups ⇒ Boolean
Returns the value of attribute revoke_all_groups.
-
#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.
16358 16359 16360 |
# File 'sig/types.rbs', line 16358 def access_group_id @access_group_id end |
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
16356 16357 16358 |
# File 'sig/types.rbs', line 16356 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16360 16361 16362 |
# File 'sig/types.rbs', line 16360 def dry_run @dry_run end |
#revoke_all_groups ⇒ Boolean
Returns the value of attribute revoke_all_groups.
16359 16360 16361 |
# File 'sig/types.rbs', line 16359 def revoke_all_groups @revoke_all_groups end |
#target_network_cidr ⇒ ::String
Returns the value of attribute target_network_cidr.
16357 16358 16359 |
# File 'sig/types.rbs', line 16357 def target_network_cidr @target_network_cidr end |