Struct rusoto_cloudsearch::DescribeScalingParametersResponse [] [src]

pub struct DescribeScalingParametersResponse {
    pub scaling_parameters: ScalingParametersStatus,
}

The result of a DescribeScalingParameters request. Contains the scaling parameters configured for the domain specified in the request.

Fields

Trait Implementations

impl Default for DescribeScalingParametersResponse
[src]

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

impl Debug for DescribeScalingParametersResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeScalingParametersResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more