[][src]Struct rusoto_servicecatalog::DescribeProvisioningParametersOutput

pub struct DescribeProvisioningParametersOutput {
    pub constraint_summaries: Option<Vec<ConstraintSummary>>,
    pub provisioning_artifact_parameters: Option<Vec<ProvisioningArtifactParameter>>,
    pub provisioning_artifact_preferences: Option<ProvisioningArtifactPreferences>,
    pub tag_options: Option<Vec<TagOptionSummary>>,
    pub usage_instructions: Option<Vec<UsageInstruction>>,
}

Fields

constraint_summaries: Option<Vec<ConstraintSummary>>

Information about the constraints used to provision the product.

provisioning_artifact_parameters: Option<Vec<ProvisioningArtifactParameter>>

Information about the parameters used to provision the product.

provisioning_artifact_preferences: Option<ProvisioningArtifactPreferences>

An object that contains information about preferences, such as regions and accounts, for the provisioning artifact.

tag_options: Option<Vec<TagOptionSummary>>

Information about the TagOptions associated with the resource.

usage_instructions: Option<Vec<UsageInstruction>>

Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

Trait Implementations

impl Clone for DescribeProvisioningParametersOutput[src]

impl Debug for DescribeProvisioningParametersOutput[src]

impl Default for DescribeProvisioningParametersOutput[src]

impl<'de> Deserialize<'de> for DescribeProvisioningParametersOutput[src]

impl PartialEq<DescribeProvisioningParametersOutput> for DescribeProvisioningParametersOutput[src]

impl StructuralPartialEq for DescribeProvisioningParametersOutput[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.