Struct rusoto_opsworks::DescribeStackProvisioningParametersResult [] [src]

pub struct DescribeStackProvisioningParametersResult {
    pub agent_installer_url: Option<String>,
    pub parameters: Option<HashMap<String, String>>,
}

Contains the response to a DescribeStackProvisioningParameters request.

Fields

The AWS OpsWorks Stacks agent installer's URL.

An embedded object that contains the provisioning parameters.

Trait Implementations

impl Default for DescribeStackProvisioningParametersResult
[src]

[src]

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

impl Debug for DescribeStackProvisioningParametersResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeStackProvisioningParametersResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations