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

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

Overview

Response for ConfirmSubscriptions action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_arnString

The ARN of the created subscription.

Returns:

  • (String)


200
201
202
203
204
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 200

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