Class: Aws::SNS::Types::UnsubscribeInput

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

Overview

Input for Unsubscribe action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_arnString

The ARN of the subscription to be deleted.

Returns:

  • (String)


3034
3035
3036
3037
3038
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 3034

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