Class: Aws::GameLift::Types::PutScalingPolicyOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)


9482
9483
9484
9485
9486
# File 'lib/aws-sdk-gamelift/types.rb', line 9482

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