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 the service was able to create a subscription immediately (without requiring endpoint owner confirmation).

Returns:

  • (String)


1522
1523
1524
1525
# File 'lib/aws-sdk-sns/types.rb', line 1522

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