#[non_exhaustive]pub struct CreateTemplateOutput { /* private fields */ }
Implementations§
source§impl CreateTemplateOutput
impl CreateTemplateOutput
sourcepub fn version_arn(&self) -> Option<&str>
pub fn version_arn(&self) -> Option<&str>
The ARN for the template, including the version information of the first version.
sourcepub fn template_id(&self) -> Option<&str>
pub fn template_id(&self) -> Option<&str>
The ID of the template.
sourcepub fn creation_status(&self) -> Option<&ResourceStatus>
pub fn creation_status(&self) -> Option<&ResourceStatus>
The template creation status.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl CreateTemplateOutput
impl CreateTemplateOutput
sourcepub fn builder() -> CreateTemplateOutputBuilder
pub fn builder() -> CreateTemplateOutputBuilder
Creates a new builder-style object to manufacture CreateTemplateOutput
.
Trait Implementations§
source§impl Clone for CreateTemplateOutput
impl Clone for CreateTemplateOutput
source§fn clone(&self) -> CreateTemplateOutput
fn clone(&self) -> CreateTemplateOutput
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 CreateTemplateOutput
impl Debug for CreateTemplateOutput
source§impl PartialEq<CreateTemplateOutput> for CreateTemplateOutput
impl PartialEq<CreateTemplateOutput> for CreateTemplateOutput
source§fn eq(&self, other: &CreateTemplateOutput) -> bool
fn eq(&self, other: &CreateTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateTemplateOutput
impl RequestId for CreateTemplateOutput
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.