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

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

#nameString

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

Returns:

  • (String)


8605
8606
8607
8608
8609
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8605

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