#[non_exhaustive]pub struct CreateProvisioningTemplateOutput { /* private fields */ }
Implementations§
source§impl CreateProvisioningTemplateOutput
impl CreateProvisioningTemplateOutput
sourcepub fn template_arn(&self) -> Option<&str>
pub fn template_arn(&self) -> Option<&str>
The ARN that identifies the provisioning template.
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the provisioning template.
sourcepub fn default_version_id(&self) -> Option<i32>
pub fn default_version_id(&self) -> Option<i32>
The default version of the provisioning template.
source§impl CreateProvisioningTemplateOutput
impl CreateProvisioningTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateProvisioningTemplateOutput
.
Trait Implementations§
source§impl Clone for CreateProvisioningTemplateOutput
impl Clone for CreateProvisioningTemplateOutput
source§fn clone(&self) -> CreateProvisioningTemplateOutput
fn clone(&self) -> CreateProvisioningTemplateOutput
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 PartialEq<CreateProvisioningTemplateOutput> for CreateProvisioningTemplateOutput
impl PartialEq<CreateProvisioningTemplateOutput> for CreateProvisioningTemplateOutput
source§fn eq(&self, other: &CreateProvisioningTemplateOutput) -> bool
fn eq(&self, other: &CreateProvisioningTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.