Struct rusoto_opsworks::DescribeTimeBasedAutoScalingResult [] [src]

pub struct DescribeTimeBasedAutoScalingResult {
    pub time_based_auto_scaling_configurations: Option<Vec<TimeBasedAutoScalingConfiguration>>,
}

Contains the response to a DescribeTimeBasedAutoScaling request.

Fields

An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the specified instances.

Trait Implementations

impl Default for DescribeTimeBasedAutoScalingResult
[src]

[src]

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

impl Debug for DescribeTimeBasedAutoScalingResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeTimeBasedAutoScalingResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations