Struct rusoto_sns::CreateTopicResponse[][src]

pub struct CreateTopicResponse {
    pub topic_arn: Option<String>,
}

Response from CreateTopic action.

Fields

The Amazon Resource Name (ARN) assigned to the created topic.

Trait Implementations

impl Default for CreateTopicResponse
[src]

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

impl Debug for CreateTopicResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateTopicResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateTopicResponse
[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