Class: Aws::Types::ApplySecurityGroupsToClientVpnTargetNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::ApplySecurityGroupsToClientVpnTargetNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
451 452 453 |
# File 'sig/types.rbs', line 451 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
454 455 456 |
# File 'sig/types.rbs', line 454 def dry_run @dry_run end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
453 454 455 |
# File 'sig/types.rbs', line 453 def security_group_ids @security_group_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
452 453 454 |
# File 'sig/types.rbs', line 452 def vpc_id @vpc_id end |