Struct rusoto_servicecatalog::DescribeProductInput [] [src]

pub struct DescribeProductInput {
    pub accept_language: Option<AcceptLanguage>,
    pub id: Id,
}

Fields

The language code to use for this operation. Supported language codes are as follows:

"en" (English)

"jp" (Japanese)

"zh" (Chinese)

If no code is specified, "en" is used as the default.

The ProductId of the product to describe.

Trait Implementations

impl Default for DescribeProductInput
[src]

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

impl Debug for DescribeProductInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeProductInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more