Class: Aws::SNS::Types::UnsubscribeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::UnsubscribeInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Input for Unsubscribe action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_arn ⇒ String
The ARN of the subscription to be deleted.
Instance Attribute Details
#subscription_arn ⇒ String
The ARN of the subscription to be deleted.
3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-sns/types.rb', line 3033 class UnsubscribeInput < Struct.new( :subscription_arn) SENSITIVE = [] include Aws::Structure end |