Class: Aws::Types::DeleteVpcEndpointsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcEndpointsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#vpc_endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_endpoint_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5141 5142 5143 |
# File 'sig/types.rbs', line 5141 def dry_run @dry_run end |
#vpc_endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_endpoint_ids.
5142 5143 5144 |
# File 'sig/types.rbs', line 5142 def vpc_endpoint_ids @vpc_endpoint_ids end |