You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SNS::Types::UnsubscribeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::UnsubscribeInput
- Defined in:
- (unknown)
Overview
Note:
When passing UnsubscribeInput as input to an Aws::Client method, you can use a vanilla Hash:
{
subscription_arn: "subscriptionARN", # required
}
Input for Unsubscribe action.
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.