#[non_exhaustive]pub struct CreateServiceInstanceInput { /* private fields */ }
Implementations§
source§impl CreateServiceInstanceInput
impl CreateServiceInstanceInput
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The name of the service the service instance is added to.
sourcepub fn template_major_version(&self) -> Option<&str>
pub fn template_major_version(&self) -> Option<&str>
To create a new major and minor version of the service template, exclude major Version
.
sourcepub fn template_minor_version(&self) -> Option<&str>
pub fn template_minor_version(&self) -> Option<&str>
To create a new minor version of the service template, include a major Version
.
An optional list of metadata items that you can associate with the Proton service instance. A tag is a key-value pair.
For more information, see Proton resources and tagging in the Proton User Guide.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The client token of the service instance to create.
source§impl CreateServiceInstanceInput
impl CreateServiceInstanceInput
sourcepub fn builder() -> CreateServiceInstanceInputBuilder
pub fn builder() -> CreateServiceInstanceInputBuilder
Creates a new builder-style object to manufacture CreateServiceInstanceInput
.
source§impl CreateServiceInstanceInput
impl CreateServiceInstanceInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateServiceInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<CreateServiceInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateServiceInstance
>
Trait Implementations§
source§impl Clone for CreateServiceInstanceInput
impl Clone for CreateServiceInstanceInput
source§fn clone(&self) -> CreateServiceInstanceInput
fn clone(&self) -> CreateServiceInstanceInput
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 Debug for CreateServiceInstanceInput
impl Debug for CreateServiceInstanceInput
source§impl PartialEq<CreateServiceInstanceInput> for CreateServiceInstanceInput
impl PartialEq<CreateServiceInstanceInput> for CreateServiceInstanceInput
source§fn eq(&self, other: &CreateServiceInstanceInput) -> bool
fn eq(&self, other: &CreateServiceInstanceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.