Struct rusoto_sqs::GetQueueAttributesResult [] [src]

pub struct GetQueueAttributesResult {
    pub attributes: Option<HashMap<String, String>>,
}

A list of returned queue attributes.

Fields

A map of attributes to their respective values.

Trait Implementations

impl Default for GetQueueAttributesResult
[src]

[src]

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

impl Debug for GetQueueAttributesResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetQueueAttributesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more