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

Class: Aws::SNS::Types::SubscribeResponse

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

Overview

Response for Subscribe action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_arnString

The ARN of the subscription if it is confirmed, or the string \"pending confirmation\" if the subscription requires confirmation. However, if the API request parameter ReturnSubscriptionArn is true, then the value is always the subscription ARN, even if the subscription requires confirmation.

Returns:

  • (String)

    The ARN of the subscription if it is confirmed, or the string \"pending confirmation\" if the subscription requires confirmation.