Class: Aws::PinpointSMSVoiceV2::Types::PutMessageFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::PutMessageFeedbackRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_feedback_status ⇒ String
Set the message feedback to be either
RECEIVEDorFAILED. -
#message_id ⇒ String
The unique identifier for the message.
Instance Attribute Details
#message_feedback_status ⇒ String
Set the message feedback to be either RECEIVED or FAILED.
4461 4462 4463 4464 4465 4466 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4461 class PutMessageFeedbackRequest < Struct.new( :message_id, :message_feedback_status) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The unique identifier for the message.
4461 4462 4463 4464 4465 4466 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4461 class PutMessageFeedbackRequest < Struct.new( :message_id, :message_feedback_status) SENSITIVE = [] include Aws::Structure end |