#[non_exhaustive]pub struct CreateTemplateAliasOutput { /* private fields */ }Implementations§
source§impl CreateTemplateAliasOutput
impl CreateTemplateAliasOutput
sourcepub fn template_alias(&self) -> Option<&TemplateAlias>
pub fn template_alias(&self) -> Option<&TemplateAlias>
Information about the template alias.
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 CreateTemplateAliasOutput
impl CreateTemplateAliasOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTemplateAliasOutput.
Trait Implementations§
source§impl Clone for CreateTemplateAliasOutput
impl Clone for CreateTemplateAliasOutput
source§fn clone(&self) -> CreateTemplateAliasOutput
fn clone(&self) -> CreateTemplateAliasOutput
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 more