Class: Aws::Types::DeleteVpcEndpointsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


4931
4932
4933
# File 'sig/types.rbs', line 4931

def vpc_endpoint_ids
  @vpc_endpoint_ids
end