Class: Aws::SNS::Types::ConfirmSubscriptionResponse

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

Overview

Response for ConfirmSubscriptions action.

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_arnString

The ARN of the created subscription.

Returns:

  • (String)


134
135
136
137
# File 'lib/aws-sdk-sns/types.rb', line 134

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