Struct rusoto_servicecatalog::ProvisioningArtifactProperties [] [src]

pub struct ProvisioningArtifactProperties {
    pub description: Option<ProvisioningArtifactDescription>,
    pub info: ProvisioningArtifactInfo,
    pub name: Option<ProvisioningArtifactName>,
    pub type_: Option<ProvisioningArtifactType>,
}

Provisioning artifact properties.

Fields

The text description of the provisioning artifact properties.

Additional information about the provisioning artifact properties.

The name assigned to the provisioning artifact properties.

The type of the provisioning artifact properties.

Trait Implementations

impl Default for ProvisioningArtifactProperties
[src]

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

impl Debug for ProvisioningArtifactProperties
[src]

Formats the value using the given formatter.

impl Clone for ProvisioningArtifactProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more