class Aws::GameLift::Types::DeleteScalingPolicyInput

Represents the input for a request operation.

@note When making an API call, you may pass DeleteScalingPolicyInput

data as a hash:

    {
      name: "NonZeroAndMaxString", # required
      fleet_id: "FleetIdOrArn", # required
    }

@!attribute [rw] name

A descriptive label that is associated with a fleet's scaling
policy. Policy names do not need to be unique.
@return [String]

@!attribute [rw] fleet_id

A unique identifier for the fleet to be deleted. You can use either
the fleet ID or ARN value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DeleteScalingPolicyInput AWS API Documentation

Constants

SENSITIVE