#[non_exhaustive]pub struct GetEnvironmentTemplateVersionInput { /* private fields */ }
Implementations§
source§impl GetEnvironmentTemplateVersionInput
impl GetEnvironmentTemplateVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEnvironmentTemplateVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEnvironmentTemplateVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetEnvironmentTemplateVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEnvironmentTemplateVersionInput
.
source§impl GetEnvironmentTemplateVersionInput
impl GetEnvironmentTemplateVersionInput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the environment template a version of which you want to get detailed data for.
sourcepub fn major_version(&self) -> Option<&str>
pub fn major_version(&self) -> Option<&str>
To get environment template major version detail data, include major Version
.
sourcepub fn minor_version(&self) -> Option<&str>
pub fn minor_version(&self) -> Option<&str>
To get environment template minor version detail data, include minorVersion
.
Trait Implementations§
source§impl Clone for GetEnvironmentTemplateVersionInput
impl Clone for GetEnvironmentTemplateVersionInput
source§fn clone(&self) -> GetEnvironmentTemplateVersionInput
fn clone(&self) -> GetEnvironmentTemplateVersionInput
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<GetEnvironmentTemplateVersionInput> for GetEnvironmentTemplateVersionInput
impl PartialEq<GetEnvironmentTemplateVersionInput> for GetEnvironmentTemplateVersionInput
source§fn eq(&self, other: &GetEnvironmentTemplateVersionInput) -> bool
fn eq(&self, other: &GetEnvironmentTemplateVersionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.