Struct aws_sdk_proton::input::CreateServiceTemplateInput
source · #[non_exhaustive]pub struct CreateServiceTemplateInput { /* private fields */ }
Implementations§
source§impl CreateServiceTemplateInput
impl CreateServiceTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateServiceTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateServiceTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateServiceTemplate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateServiceTemplateInput
.
source§impl CreateServiceTemplateInput
impl CreateServiceTemplateInput
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name of the service template as displayed in the developer interface.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the service template.
sourcepub fn encryption_key(&self) -> Option<&str>
pub fn encryption_key(&self) -> Option<&str>
A customer provided encryption key that's used to encrypt data.
sourcepub fn pipeline_provisioning(&self) -> Option<&Provisioning>
pub fn pipeline_provisioning(&self) -> Option<&Provisioning>
By default, Proton provides a service pipeline for your service. When this parameter is included, it indicates that an Proton service pipeline isn't provided for your service. After it's included, it can't be changed. For more information, see Template bundles in the Proton User Guide.
An optional list of metadata items that you can associate with the Proton service 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 CreateServiceTemplateInput
impl Clone for CreateServiceTemplateInput
source§fn clone(&self) -> CreateServiceTemplateInput
fn clone(&self) -> CreateServiceTemplateInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateServiceTemplateInput
impl Debug for CreateServiceTemplateInput
source§impl PartialEq<CreateServiceTemplateInput> for CreateServiceTemplateInput
impl PartialEq<CreateServiceTemplateInput> for CreateServiceTemplateInput
source§fn eq(&self, other: &CreateServiceTemplateInput) -> bool
fn eq(&self, other: &CreateServiceTemplateInput) -> bool
self
and other
values to be equal, and is used
by ==
.