Struct rusoto_sqs::CreateQueueResult [] [src]

pub struct CreateQueueResult {
    pub queue_url: Option<String>,
}

Returns the QueueUrl attribute of the created queue.

Fields

The URL of the created Amazon SQS queue.

Trait Implementations

impl Default for CreateQueueResult
[src]

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

impl Debug for CreateQueueResult
[src]

Formats the value using the given formatter.

impl Clone for CreateQueueResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more