#[non_exhaustive]pub struct DeleteEnvironmentTemplateVersionOutput { /* private fields */ }Implementations§
source§impl DeleteEnvironmentTemplateVersionOutput
impl DeleteEnvironmentTemplateVersionOutput
sourcepub fn environment_template_version(
&self
) -> Option<&EnvironmentTemplateVersion>
pub fn environment_template_version(
&self
) -> Option<&EnvironmentTemplateVersion>
The detailed data of the environment template version being deleted.
source§impl DeleteEnvironmentTemplateVersionOutput
impl DeleteEnvironmentTemplateVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEnvironmentTemplateVersionOutput.
Trait Implementations§
source§impl Clone for DeleteEnvironmentTemplateVersionOutput
impl Clone for DeleteEnvironmentTemplateVersionOutput
source§fn clone(&self) -> DeleteEnvironmentTemplateVersionOutput
fn clone(&self) -> DeleteEnvironmentTemplateVersionOutput
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<DeleteEnvironmentTemplateVersionOutput> for DeleteEnvironmentTemplateVersionOutput
impl PartialEq<DeleteEnvironmentTemplateVersionOutput> for DeleteEnvironmentTemplateVersionOutput
source§fn eq(&self, other: &DeleteEnvironmentTemplateVersionOutput) -> bool
fn eq(&self, other: &DeleteEnvironmentTemplateVersionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.