Struct rusoto_servicecatalog::UsageInstruction [] [src]

pub struct UsageInstruction {
    pub type_: Option<InstructionType>,
    pub value: Option<InstructionValue>,
}

Additional information provided by the administrator.

Fields

The usage instruction type for the value.

The usage instruction value for this type.

Trait Implementations

impl Default for UsageInstruction
[src]

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

impl Debug for UsageInstruction
[src]

Formats the value using the given formatter.

impl Clone for UsageInstruction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more