Struct aws_sdk_iot::types::JobTemplateSummary
source · #[non_exhaustive]pub struct JobTemplateSummary { /* private fields */ }
Expand description
An object that contains information about the job template.
Implementations§
source§impl JobTemplateSummary
impl JobTemplateSummary
sourcepub fn job_template_arn(&self) -> Option<&str>
pub fn job_template_arn(&self) -> Option<&str>
The ARN of the job template.
sourcepub fn job_template_id(&self) -> Option<&str>
pub fn job_template_id(&self) -> Option<&str>
The unique identifier of the job template.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the job template.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The time, in seconds since the epoch, when the job template was created.
source§impl JobTemplateSummary
impl JobTemplateSummary
sourcepub fn builder() -> JobTemplateSummaryBuilder
pub fn builder() -> JobTemplateSummaryBuilder
Creates a new builder-style object to manufacture JobTemplateSummary
.
Trait Implementations§
source§impl Clone for JobTemplateSummary
impl Clone for JobTemplateSummary
source§fn clone(&self) -> JobTemplateSummary
fn clone(&self) -> JobTemplateSummary
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 JobTemplateSummary
impl Debug for JobTemplateSummary
source§impl PartialEq<JobTemplateSummary> for JobTemplateSummary
impl PartialEq<JobTemplateSummary> for JobTemplateSummary
source§fn eq(&self, other: &JobTemplateSummary) -> bool
fn eq(&self, other: &JobTemplateSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.