Struct rusoto_servicecatalog::CreateProductOutput[][src]

pub struct CreateProductOutput {
    pub product_view_detail: Option<ProductViewDetail>,
    pub provisioning_artifact_detail: Option<ProvisioningArtifactDetail>,
    pub tags: Option<Vec<Tag>>,
}

Fields

Information about the product view.

Information about the provisioning artifact.

Information about the tags associated with the product.

Trait Implementations

impl Default for CreateProductOutput
[src]

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

impl Debug for CreateProductOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateProductOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateProductOutput
[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