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.
      779 780 781 782 783  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 779 class GetSubscriptionAttributesInput < Struct.new( :subscription_arn) SENSITIVE = [] include Aws::Structure end  |