Class: Aws::Types::StartContactMediaProcessingRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartContactMediaProcessingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#failure_mode ⇒ "DELIVER_UNPROCESSED_MESSAGE", "DO_NOT_DELIVER_UNPROCESSED_MESSAGE"
Returns the value of attribute failure_mode.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#processor_arn ⇒ ::String
Returns the value of attribute processor_arn.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
7977 7978 7979 |
# File 'sig/types.rbs', line 7977 def contact_id @contact_id end |
#failure_mode ⇒ "DELIVER_UNPROCESSED_MESSAGE", "DO_NOT_DELIVER_UNPROCESSED_MESSAGE"
Returns the value of attribute failure_mode.
7979 7980 7981 |
# File 'sig/types.rbs', line 7979 def failure_mode @failure_mode end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7976 7977 7978 |
# File 'sig/types.rbs', line 7976 def instance_id @instance_id end |
#processor_arn ⇒ ::String
Returns the value of attribute processor_arn.
7978 7979 7980 |
# File 'sig/types.rbs', line 7978 def processor_arn @processor_arn end |