pub struct InInput<S, V, P> {
    pub source: Option<S>,
    pub version: V,
    pub params: Option<P>,
}
Expand description

Input of the “in” step of the resource

Fields

source: Option<S>

Resource configuration, from the source field

version: V

Version to retrieve

params: Option<P>

Step configuration, from the params field

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.