AWS SDK for .NET Documentation
GetSubscriptionAttributesResult Class
AmazonAmazon.SimpleNotificationService.ModelGetSubscriptionAttributesResult Did this page help you?   Yes   No    Tell us about it...
Encapsulates the result of the GetSubscriptionAttributes action.
Declaration Syntax
C#
public class GetSubscriptionAttributesResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetSubscriptionAttributesResult()()()()
Initializes a new instance of the GetSubscriptionAttributesResult class

Attributes
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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetAttributes()()()()
Checks if Attributes property is set

ToString()()()()
String Representation of this object. Overrides Object.ToString()
(Overrides Object.ToString()()()().)
ToXML()()()()
XML Representation of this object

Inheritance Hierarchy
Object
GetSubscriptionAttributesResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)