Struct aws_sdk_sagemaker::input::UpdateProjectInput [−][src]
#[non_exhaustive]pub struct UpdateProjectInput {
pub project_name: Option<String>,
pub project_description: Option<String>,
pub service_catalog_provisioning_update_details: Option<ServiceCatalogProvisioningUpdateDetails>,
pub tags: Option<Vec<Tag>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.project_name: Option<String>
The name of the project.
project_description: Option<String>
The description for the project.
service_catalog_provisioning_update_details: 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProject, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProject, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateProject
>
Creates a new builder-style object to manufacture UpdateProjectInput
The name of the project.
The description for the project.
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.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateProjectInput
impl Send for UpdateProjectInput
impl Sync for UpdateProjectInput
impl Unpin for UpdateProjectInput
impl UnwindSafe for UpdateProjectInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more