Struct rusoto_servicecatalog::ProvisioningArtifact [] [src]

pub struct ProvisioningArtifact {
    pub created_time: Option<ProvisioningArtifactCreatedTime>,
    pub description: Option<ProvisioningArtifactDescription>,
    pub id: Option<Id>,
    pub name: Option<ProvisioningArtifactName>,
}

Contains information indicating the ways in which a product can be provisioned.

Fields

The UTC timestamp of the creation time.

The text description of the artifact.

The identifier for the artifact.

The name of the artifact.

Trait Implementations

impl Default for ProvisioningArtifact
[src]

Returns the "default value" for a type. Read more

impl Debug for ProvisioningArtifact
[src]

Formats the value using the given formatter.

impl Clone for ProvisioningArtifact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more