Struct rusoto_servicecatalog::RecordOutput [] [src]

pub struct RecordOutput {
    pub description: Option<Description>,
    pub output_key: Option<OutputKey>,
    pub output_value: Option<OutputValue>,
}

An output 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.

Fields

The text description of the output.

The output key.

The output value.

Trait Implementations

impl Default for RecordOutput
[src]

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

impl Debug for RecordOutput
[src]

Formats the value using the given formatter.

impl Clone for RecordOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more