Struct aws_sdk_sagemaker::input::UpdateProjectInput
source · #[non_exhaustive]pub struct UpdateProjectInput { /* private fields */ }
Implementations§
source§impl UpdateProjectInput
impl UpdateProjectInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProject, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProject, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateProject
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateProjectInput
.
source§impl UpdateProjectInput
impl UpdateProjectInput
sourcepub fn project_name(&self) -> Option<&str>
pub fn project_name(&self) -> Option<&str>
The name of the project.
sourcepub fn project_description(&self) -> Option<&str>
pub fn project_description(&self) -> Option<&str>
The description for the project.
sourcepub fn service_catalog_provisioning_update_details(
&self
) -> Option<&ServiceCatalogProvisioningUpdateDetails>
pub fn service_catalog_provisioning_update_details(
&self
) -> Option<&ServiceCatalogProvisioningUpdateDetails>
The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.
Trait Implementations§
source§impl Clone for UpdateProjectInput
impl Clone for UpdateProjectInput
source§fn clone(&self) -> UpdateProjectInput
fn clone(&self) -> UpdateProjectInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateProjectInput
impl Debug for UpdateProjectInput
source§impl PartialEq<UpdateProjectInput> for UpdateProjectInput
impl PartialEq<UpdateProjectInput> for UpdateProjectInput
source§fn eq(&self, other: &UpdateProjectInput) -> bool
fn eq(&self, other: &UpdateProjectInput) -> bool
self
and other
values to be equal, and is used
by ==
.