DescribeScalingPoliciesInput
public struct DescribeScalingPoliciesInput : AWSShape
extension GameLift.DescribeScalingPoliciesInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for a fleet to retrieve scaling policies for. You can use either the fleet ID or ARN value.
Declaration
Swift
public let fleetId: String
-
The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
Declaration
Swift
public let limit: Int?
-
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.
Declaration
Swift
public let nextToken: String?
-
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.
Declaration
Swift
public let statusFilter: ScalingStatusType?
-
Undocumented
Declaration
Swift
public init(fleetId: String, limit: Int? = nil, nextToken: String? = nil, statusFilter: ScalingStatusType? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> GameLift.DescribeScalingPoliciesInput