Struct rusoto_sns::CreatePlatformApplicationInput [] [src]

pub struct CreatePlatformApplicationInput {
    pub attributes: HashMap<String, String>,
    pub name: String,
    pub platform: String,
}

Input for CreatePlatformApplication action.

Fields

For a list of attributes, see SetPlatformApplicationAttributes

Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

Trait Implementations

impl Default for CreatePlatformApplicationInput
[src]

[src]

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

impl Debug for CreatePlatformApplicationInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreatePlatformApplicationInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more