Class: Aws::GameLift::Types::DeleteScalingPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeleteScalingPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_id ⇒ String
A unique identifier for the fleet to be deleted.
-
#name ⇒ String
A descriptive label that is associated with a fleet’s scaling policy.
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet to be deleted. You can use either the fleet ID or ARN value.
3335 3336 3337 3338 3339 3340 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3335 class DeleteScalingPolicyInput < Struct.new( :name, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A descriptive label that is associated with a fleet’s scaling policy. Policy names do not need to be unique.
3335 3336 3337 3338 3339 3340 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3335 class DeleteScalingPolicyInput < Struct.new( :name, :fleet_id) SENSITIVE = [] include Aws::Structure end |