Struct rusoto_servicecatalog::DescribeCopyProductStatusOutput[][src]

pub struct DescribeCopyProductStatusOutput {
    pub copy_product_status: Option<String>,
    pub status_detail: Option<String>,
    pub target_product_id: Option<String>,
}

Fields

The status of the copy product operation.

The status message.

The identifier of the copied product.

Trait Implementations

impl Default for DescribeCopyProductStatusOutput
[src]

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

impl Debug for DescribeCopyProductStatusOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeCopyProductStatusOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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