Class: Aws::Types::RejectVpcEndpointConnectionsRequest

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)


16331
16332
16333
# File 'sig/types.rbs', line 16331

def dry_run
  @dry_run
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


16332
16333
16334
# File 'sig/types.rbs', line 16332

def service_id
  @service_id
end

#vpc_endpoint_ids::Array[::String]

Returns the value of attribute vpc_endpoint_ids.

Returns:

  • (::Array[::String])


16333
16334
16335
# File 'sig/types.rbs', line 16333

def vpc_endpoint_ids
  @vpc_endpoint_ids
end