class Aws::GameLift::Types::DescribeScalingPoliciesInput
Represents the input for a request operation.
@note When making an API call, you may pass DescribeScalingPoliciesInput
data as a hash: { fleet_id: "FleetIdOrArn", # required status_filter: "ACTIVE", # accepts ACTIVE, UPDATE_REQUESTED, UPDATING, DELETE_REQUESTED, DELETING, DELETED, ERROR limit: 1, next_token: "NonZeroAndMaxString", location: "LocationStringModel", }
@!attribute [rw] fleet_id
A unique identifier for the fleet to retrieve scaling policies for. You can use either the fleet ID or ARN value. @return [String]
@!attribute [rw] status_filter
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. @return [String]
@!attribute [rw] limit
The maximum number of results to return. Use this parameter with `NextToken` to get results as a set of sequential pages. @return [Integer]
@!attribute [rw] next_token
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value. @return [String]
@!attribute [rw] location
CONTENT TODO @return [String]
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DescribeScalingPoliciesInput AWS API Documentation
Constants
- SENSITIVE