Class: Aws::PinpointSMSVoiceV2::Types::PutMessageFeedbackResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::PutMessageFeedbackResult
- 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
The current status of the message.
-
#message_id ⇒ String
The unique identifier for the message.
Instance Attribute Details
#message_feedback_status ⇒ String
The current status of the message.
5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5556 class PutMessageFeedbackResult < Struct.new( :message_id, :message_feedback_status) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The unique identifier for the message.
5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5556 class PutMessageFeedbackResult < Struct.new( :message_id, :message_feedback_status) SENSITIVE = [] include Aws::Structure end |