Class: Aws::SNS::Types::PublishResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Response for Publish action.

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

Unique identifier assigned to the published message.

Length Constraint: Maximum 100 characters

Returns:

  • (String)


1151
1152
1153
1154
# File 'lib/aws-sdk-sns/types.rb', line 1151

class PublishResponse < Struct.new(
  :message_id)
  include Aws::Structure
end