#[non_exhaustive]pub struct CreateJobQueueOutput { /* private fields */ }
Implementations§
source§impl CreateJobQueueOutput
impl CreateJobQueueOutput
sourcepub fn job_queue_name(&self) -> Option<&str>
pub fn job_queue_name(&self) -> Option<&str>
The name of the job queue.
sourcepub fn job_queue_arn(&self) -> Option<&str>
pub fn job_queue_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the job queue.
source§impl CreateJobQueueOutput
impl CreateJobQueueOutput
sourcepub fn builder() -> CreateJobQueueOutputBuilder
pub fn builder() -> CreateJobQueueOutputBuilder
Creates a new builder-style object to manufacture CreateJobQueueOutput
.
Trait Implementations§
source§impl Clone for CreateJobQueueOutput
impl Clone for CreateJobQueueOutput
source§fn clone(&self) -> CreateJobQueueOutput
fn clone(&self) -> CreateJobQueueOutput
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 CreateJobQueueOutput
impl Debug for CreateJobQueueOutput
source§impl PartialEq<CreateJobQueueOutput> for CreateJobQueueOutput
impl PartialEq<CreateJobQueueOutput> for CreateJobQueueOutput
source§fn eq(&self, other: &CreateJobQueueOutput) -> bool
fn eq(&self, other: &CreateJobQueueOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateJobQueueOutput
impl RequestId for CreateJobQueueOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.