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