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

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

Overview

Response for Subscribe action.

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)


1646
1647
1648
1649
# File 'lib/aws-sdk-sns/types.rb', line 1646

class SubscribeResponse < Struct.new(
  :subscription_arn)
  include Aws::Structure
end