You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Response for Publish action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

Unique identifier assigned to the published message.

Length Constraint: Maximum 100 characters

Returns:

  • (String)

    Unique identifier assigned to the published message.

#sequence_numberString

This response element applies only to FIFO (first-in-first-out) topics.

The sequence number is a large, non-consecutive number that Amazon SNS assigns to each message. The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for each MessageGroupId.

Returns:

  • (String)

    This response element applies only to FIFO (first-in-first-out) topics.