#[non_exhaustive]pub struct CreateEnvironmentTemplateInput { /* private fields */ }
Implementations§
source§impl CreateEnvironmentTemplateInput
impl CreateEnvironmentTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateEnvironmentTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateEnvironmentTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateEnvironmentTemplate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEnvironmentTemplateInput
.
source§impl CreateEnvironmentTemplateInput
impl CreateEnvironmentTemplateInput
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The environment template name as displayed in the developer interface.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the environment template.
sourcepub fn encryption_key(&self) -> Option<&str>
pub fn encryption_key(&self) -> Option<&str>
A customer provided encryption key that Proton uses to encrypt data.
sourcepub fn provisioning(&self) -> Option<&Provisioning>
pub fn provisioning(&self) -> Option<&Provisioning>
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
An optional list of metadata items that you can associate with the Proton environment template. A tag is a key-value pair.
For more information, see Proton resources and tagging in the Proton User Guide.
Trait Implementations§
source§impl Clone for CreateEnvironmentTemplateInput
impl Clone for CreateEnvironmentTemplateInput
source§fn clone(&self) -> CreateEnvironmentTemplateInput
fn clone(&self) -> CreateEnvironmentTemplateInput
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<CreateEnvironmentTemplateInput> for CreateEnvironmentTemplateInput
impl PartialEq<CreateEnvironmentTemplateInput> for CreateEnvironmentTemplateInput
source§fn eq(&self, other: &CreateEnvironmentTemplateInput) -> bool
fn eq(&self, other: &CreateEnvironmentTemplateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.