Struct rusoto_sns::CreateTopicInput [] [src]

pub struct CreateTopicInput {
    pub name: TopicName,
}

Input for CreateTopic action.

Fields

The name of the topic you want to create.

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

Trait Implementations

impl Default for CreateTopicInput
[src]

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

impl Debug for CreateTopicInput
[src]

Formats the value using the given formatter.

impl Clone for CreateTopicInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more