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

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

Overview

Response for Subscribe action.

Constant Summary collapse

SENSITIVE =
[]

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)


3004
3005
3006
3007
3008
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 3004

class SubscribeResponse < Struct.new(
  :subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end