Class: Aws::Types::StartContactMediaProcessingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


8086
8087
8088
# File 'sig/types.rbs', line 8086

def contact_id
  @contact_id
end

#failure_mode"DELIVER_UNPROCESSED_MESSAGE", "DO_NOT_DELIVER_UNPROCESSED_MESSAGE"

Returns the value of attribute failure_mode.

Returns:

  • ("DELIVER_UNPROCESSED_MESSAGE", "DO_NOT_DELIVER_UNPROCESSED_MESSAGE")


8088
8089
8090
# File 'sig/types.rbs', line 8088

def failure_mode
  @failure_mode
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8085
8086
8087
# File 'sig/types.rbs', line 8085

def instance_id
  @instance_id
end

#processor_arn::String

Returns the value of attribute processor_arn.

Returns:

  • (::String)


8087
8088
8089
# File 'sig/types.rbs', line 8087

def processor_arn
  @processor_arn
end