Struct rusoto_servicecatalog::ListProvisioningArtifactsOutput [] [src]

pub struct ListProvisioningArtifactsOutput {
    pub next_page_token: Option<PageToken>,
    pub provisioning_artifact_details: Option<ProvisioningArtifactDetails>,
}

Fields

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

List of detailed provisioning artifact information objects.

Trait Implementations

impl Default for ListProvisioningArtifactsOutput
[src]

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

impl Debug for ListProvisioningArtifactsOutput
[src]

Formats the value using the given formatter.

impl Clone for ListProvisioningArtifactsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more