Class: Aws::Types::DeleteVpcEndpointConnectionNotificationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_notification_ids::Array[::String]

Returns the value of attribute connection_notification_ids.

Returns:

  • (::Array[::String])


4909
4910
4911
# File 'sig/types.rbs', line 4909

def connection_notification_ids
  @connection_notification_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4908
4909
4910
# File 'sig/types.rbs', line 4908

def dry_run
  @dry_run
end