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]

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

impl Debug for DescribeTimeBasedAutoScalingResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeTimeBasedAutoScalingResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeTimeBasedAutoScalingResult
[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