Method: AWS::SQS::ReceivedSNSMessage#message_type

Defined in:
lib/aws/sqs/received_sns_message.rb

#message_typeString

Returns the message type.

Returns:

  • (String)

    Returns the message type.



57
58
59
# File 'lib/aws/sqs/received_sns_message.rb', line 57

def message_type
  to_h[:message_type]
end