Class: Aws::SNS::Types::GetSubscriptionAttributesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::GetSubscriptionAttributesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Input for GetSubscriptionAttributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_arn ⇒ String
The ARN of the subscription whose properties you want to get.
Instance Attribute Details
#subscription_arn ⇒ String
The ARN of the subscription whose properties you want to get.
784 785 786 787 788 |
# File 'lib/aws-sdk-sns/types.rb', line 784 class GetSubscriptionAttributesInput < Struct.new( :subscription_arn) SENSITIVE = [] include Aws::Structure end |