Struct rusoto_servicecatalog::DescribeRecordOutput [] [src]

pub struct DescribeRecordOutput {
    pub next_page_token: Option<PageToken>,
    pub record_detail: Option<RecordDetail>,
    pub record_outputs: Option<RecordOutputs>,
}

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.

Detailed record information for the specified product.

A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.

Trait Implementations

impl Default for DescribeRecordOutput
[src]

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

impl Debug for DescribeRecordOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeRecordOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more