sns_get_subscription_attributes: Returns all of the properties of a subscription
Description
Returns all of the properties of a subscription.
Usage
sns_get_subscription_attributes(SubscriptionArn)
Arguments
SubscriptionArn
[required] The ARN of the subscription whose properties you want to get.
Value
A list with the following syntax:
list(
Attributes = list(
"string"
)
)
Request syntax
svc$get_subscription_attributes(
SubscriptionArn = "string"
)