Struct rusoto_sns::GetSMSAttributesInput[][src]

pub struct GetSMSAttributesInput {
    pub attributes: Option<Vec<String>>,
}

The input for the GetSMSAttributes request.

Fields

A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

For all attribute names, see SetSMSAttributes.

If you don't use this parameter, Amazon SNS returns all SMS attributes.

Trait Implementations

impl Default for GetSMSAttributesInput
[src]

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

impl Debug for GetSMSAttributesInput
[src]

Formats the value using the given formatter. Read more

impl Clone for GetSMSAttributesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetSMSAttributesInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations