Method | Description | |
---|---|---|
SetSubscriptionAttributesRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
SetSubscriptionAttributesRequest ( string subscriptionArn, string attributeName, string attributeValue ) : System |
Instantiates SetSubscriptionAttributesRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAttributeName ( ) : bool | ||
IsSetAttributeValue ( ) : bool | ||
IsSetSubscriptionArn ( ) : bool |
public SetSubscriptionAttributesRequest ( ) : System | ||
return | System |
public SetSubscriptionAttributesRequest ( string subscriptionArn, string attributeName, string attributeValue ) : System | ||
subscriptionArn | string | The ARN of the subscription to modify. |
attributeName | string | The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable. Valid values: DeliveryPolicy | RawMessageDelivery |
attributeValue | string | The new value for the attribute in JSON format. |
return | System |