Struct rusoto_gamelift::DescribeScalingPoliciesInput [] [src]

pub struct DescribeScalingPoliciesInput {
    pub fleet_id: String,
    pub limit: Option<i64>,
    pub next_token: Option<String>,
    pub status_filter: Option<String>,
}

Represents the input for a request action.

Fields

Unique identifier for a fleet to retrieve scaling policies for.

Maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To start at the beginning of the result set, do not specify a value.

Scaling policy status to filter results on. A scaling policy is only in force when in an ACTIVE status.

  • ACTIVE – The scaling policy is currently in force.

  • UPDATEREQUESTED – A request to update the scaling policy has been received.

  • UPDATING – A change is being made to the scaling policy.

  • DELETEREQUESTED – A request to delete the scaling policy has been received.

  • DELETING – The scaling policy is being deleted.

  • DELETED – The scaling policy has been deleted.

  • ERROR – An error occurred in creating the policy. It should be removed and recreated.

Trait Implementations

impl Default for DescribeScalingPoliciesInput
[src]

[src]

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

impl Debug for DescribeScalingPoliciesInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeScalingPoliciesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more