Struct rusoto_sns::SetSubscriptionAttributesInput [] [src]

pub struct SetSubscriptionAttributesInput {
    pub attribute_name: AttributeName,
    pub attribute_value: Option<AttributeValue>,
    pub subscription_arn: SubscriptionARN,
}

Input for SetSubscriptionAttributes action.

Fields

The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.

Valid values: DeliveryPolicy | RawMessageDelivery

The new value for the attribute in JSON format.

The ARN of the subscription to modify.

Trait Implementations

impl Default for SetSubscriptionAttributesInput
[src]

Returns the "default value" for a type. Read more

impl Debug for SetSubscriptionAttributesInput
[src]

Formats the value using the given formatter.

impl Clone for SetSubscriptionAttributesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more