Struct rusoto_application_autoscaling::DescribeScalableTargetsResponse [] [src]

pub struct DescribeScalableTargetsResponse {
    pub next_token: Option<String>,
    pub scalable_targets: Option<Vec<ScalableTarget>>,
}

Fields

The token required to get the next set of results. This value is null if there are no more results to return.

The list of scalable targets that matches the request parameters.

Trait Implementations

impl Default for DescribeScalableTargetsResponse
[src]

[src]

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

impl Debug for DescribeScalableTargetsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeScalableTargetsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations