A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SNS/Types/SubscribeInput.html below:

SubscribeInput — AWS SDK for Ruby V2

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

Class: Aws::SNS::Types::SubscribeInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing SubscribeInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  topic_arn: "topicARN",   protocol: "protocol",   endpoint: "endpoint",
  attributes: {
    "attributeName" => "attributeValue",
  },
  return_subscription_arn: false,
}

Input for Subscribe action.

Instance Attribute Summary collapse Instance Attribute Details #attributes ⇒ Hash<String,String>

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters that the SetTopicAttributes action uses:

#endpoint ⇒ String

The endpoint that you want to receive notifications. Endpoints vary by protocol:

#protocol ⇒ String

The protocol you want to use. Supported protocols include:

#return_subscription_arn ⇒ Boolean

Sets whether the response from the Subscribe request includes the subscription ARN, even if the subscription is not yet confirmed.

If you set this parameter to true, the response includes the ARN in all cases, even if the subscription is not yet confirmed. In addition to the ARN for confirmed subscriptions, the response also includes the pending subscription ARN value for subscriptions that aren\'t yet confirmed. A subscription becomes confirmed when the subscriber calls the ConfirmSubscription action with a confirmation token.

The default value is false.

#topic_arn ⇒ String

The ARN of the topic you want to subscribe to.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4