Gets and sets the Attributes property.
A map of the subscription's attributes. Attributes in this map include the following:
- SubscriptionArn -- the subscription's ARN
- TopicArn -- the topic ARN which the subscription is associated with
- Owner -- the AWS account ID of the subscription's owner
- ConfirmationWasAuthenticated -- True if the subscription confirmation request was authenticated
- DeliveryPolicy -- the JSON serialization of the subscription's delivery policy
- EffectiveDeliveryPolicy -- the JSON serialization of the effective delivery policy which takes into the topic delivery policy and account system defaults

C# |
public List<SubscriptionAttribute> Attributes { get; set; }