Struct aws_sdk_sqs::output::CreateQueueOutput
source · #[non_exhaustive]pub struct CreateQueueOutput { /* private fields */ }
Expand description
Returns the QueueUrl
attribute of the created queue.
Implementations§
source§impl CreateQueueOutput
impl CreateQueueOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateQueueOutput
.
Trait Implementations§
source§impl Clone for CreateQueueOutput
impl Clone for CreateQueueOutput
source§fn clone(&self) -> CreateQueueOutput
fn clone(&self) -> CreateQueueOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateQueueOutput
impl Debug for CreateQueueOutput
source§impl PartialEq<CreateQueueOutput> for CreateQueueOutput
impl PartialEq<CreateQueueOutput> for CreateQueueOutput
source§fn eq(&self, other: &CreateQueueOutput) -> bool
fn eq(&self, other: &CreateQueueOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.