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]

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

impl Debug for DescribeStackProvisioningParametersResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeStackProvisioningParametersResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeStackProvisioningParametersResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations