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.
4930 4931 4932 |
# File 'sig/types.rbs', line 4930 def dry_run @dry_run end |
#vpc_endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_endpoint_ids.
4931 4932 4933 |
# File 'sig/types.rbs', line 4931 def vpc_endpoint_ids @vpc_endpoint_ids end |