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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idString

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

Returns:

  • (String)


2136
2137
2138
2139
2140
2141
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2136

class DeleteScalingPolicyInput < Struct.new(
  :name,
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


2136
2137
2138
2139
2140
2141
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2136

class DeleteScalingPolicyInput < Struct.new(
  :name,
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end