You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::DeleteScalingPolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteScalingPolicyInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input for a request operation.

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idString

A unique identifier for a fleet to be deleted. You can use either the fleet ID or ARN value.

Returns:

  • (String)

    A unique identifier for a fleet to be deleted.

#nameString

A descriptive label that is associated with a scaling policy. Policy names do not need to be unique.

Returns:

  • (String)

    A descriptive label that is associated with a scaling policy.