Struct rusoto_autoscaling::ProcessesType [] [src]

pub struct ProcessesType {
    pub processes: Option<Vec<ProcessType>>,
}

Contains the output of DescribeScalingProcessTypes.

Fields

The names of the process types.

Trait Implementations

impl Default for ProcessesType
[src]

[src]

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

impl Debug for ProcessesType
[src]

[src]

Formats the value using the given formatter.

impl Clone for ProcessesType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more