Encapsulates the result of the GetSubscriptionAttributes action.

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class GetSubscriptionAttributesResult
Public Class GetSubscriptionAttributesResult
public ref class GetSubscriptionAttributesResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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

System..::..Object
  Amazon.SimpleNotificationService.Model..::..GetSubscriptionAttributesResult

See Also