Struct aws_sdk_sagemaker::output::DescribeProjectOutput [−][src]
#[non_exhaustive]pub struct DescribeProjectOutput {
pub project_arn: Option<String>,
pub project_name: Option<String>,
pub project_id: Option<String>,
pub project_description: Option<String>,
pub service_catalog_provisioning_details: Option<ServiceCatalogProvisioningDetails>,
pub service_catalog_provisioned_product_details: Option<ServiceCatalogProvisionedProductDetails>,
pub project_status: Option<ProjectStatus>,
pub created_by: Option<UserContext>,
pub creation_time: Option<Instant>,
pub last_modified_time: Option<Instant>,
pub last_modified_by: Option<UserContext>,
}
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_arn: Option<String>
The Amazon Resource Name (ARN) of the project.
project_name: Option<String>
The name of the project.
project_id: Option<String>
The ID of the project.
project_description: Option<String>
The description of the project.
service_catalog_provisioning_details: Option<ServiceCatalogProvisioningDetails>
Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.
service_catalog_provisioned_product_details: Option<ServiceCatalogProvisionedProductDetails>
Information about a provisioned service catalog product.
project_status: Option<ProjectStatus>
The status of the project.
created_by: Option<UserContext>
Information about the user who created or modified an experiment, trial, trial component, or project.
creation_time: Option<Instant>
The time when the project was created.
last_modified_time: Option<Instant>
The timestamp when project was last modified.
last_modified_by: Option<UserContext>
Information about the user who created or modified an experiment, trial, trial component, or project.
Implementations
Creates a new builder-style object to manufacture DescribeProjectOutput
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 DescribeProjectOutput
impl Send for DescribeProjectOutput
impl Sync for DescribeProjectOutput
impl Unpin for DescribeProjectOutput
impl UnwindSafe for DescribeProjectOutput
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