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)


7988
7989
7990
# File 'sig/types.rbs', line 7988

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")


7990
7991
7992
# File 'sig/types.rbs', line 7990

def failure_mode
  @failure_mode
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7987
7988
7989
# File 'sig/types.rbs', line 7987

def instance_id
  @instance_id
end

#processor_arn::String

Returns the value of attribute processor_arn.

Returns:

  • (::String)


7989
7990
7991
# File 'sig/types.rbs', line 7989

def processor_arn
  @processor_arn
end