Struct rusoto_servicecatalog::ProvisioningArtifact[][src]

pub struct ProvisioningArtifact {
    pub created_time: Option<f64>,
    pub description: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Information about a provisioning artifact. A provisioning artifact is also known as a product version.

Fields

The UTC time stamp of the creation time.

The description of the provisioning artifact.

The identifier of the provisioning artifact.

The name of the provisioning 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. Read more

impl Clone for ProvisioningArtifact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ProvisioningArtifact
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations