SNSGetSubscriptionAttributesResponse Class Reference
| Inherits from | SNSResponse : AmazonServiceResponse : NSObject |
| Declared in | SNSGetSubscriptionAttributesResponse.h |
Tasks
-
– setException:If an exception was thrown, this will return the exception.
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
attributesA map of the subscription’s attributes. Attributes in this map include the following:
SubscriptionArn— the subscription’s ARNTopicArn— the topic ARN which the subscription is associated withOwner— the AWS account ID of the subscription’s ownerConfirmationWasAuthenticated— true if the subscription confirmation request was authenticatedDeliveryPolicy— the JSON serialization of the subscription’s delivery policyEffectiveDeliveryPolicy— the JSON serialization of the effective delivery policy which takes into the topic delivery policy and account system defaults
-
– attributesValueForKey:Returns a value from the attributes dictionary for the specified key.
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
attributes
A map of the subscription’s attributes. Attributes in this map include the following:
SubscriptionArn— the subscription’s ARNTopicArn— the topic ARN which the subscription is associated withOwner— the AWS account ID of the subscription’s ownerConfirmationWasAuthenticated— true if the subscription confirmation request was authenticatedDeliveryPolicy— the JSON serialization of the subscription’s delivery policyEffectiveDeliveryPolicy— the JSON serialization of the effective delivery policy which takes into the topic delivery policy and account system defaults
@property (nonatomic, retain) NSMutableDictionary *attributesDiscussion
A map of the subscription’s attributes. Attributes in this map include the following:
SubscriptionArn— the subscription’s ARNTopicArn— the topic ARN which the subscription is associated withOwner— the AWS account ID of the subscription’s ownerConfirmationWasAuthenticated— true if the subscription confirmation request was authenticatedDeliveryPolicy— the JSON serialization of the subscription’s delivery policyEffectiveDeliveryPolicy— the JSON serialization of the effective delivery policy which takes into the topic delivery policy and account system defaults
Declared In
SNSGetSubscriptionAttributesResponse.hInstance Methods
attributesValueForKey:
Returns a value from the attributes dictionary for the specified key.
- (NSString *)attributesValueForKey:(NSString *)theKeyDiscussion
Returns a value from the attributes dictionary for the specified key.
Declared In
SNSGetSubscriptionAttributesResponse.hdescription
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
SNSGetSubscriptionAttributesResponse.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
SNSGetSubscriptionAttributesResponse.h