Class: Aws::GameLift::Types::PutScalingPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::PutScalingPolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A descriptive label that is associated with a fleet’s scaling policy.
Instance Attribute Details
#name ⇒ String
A descriptive label that is associated with a fleet’s scaling policy. Policy names do not need to be unique.
9353 9354 9355 9356 9357 |
# File 'lib/aws-sdk-gamelift/types.rb', line 9353 class PutScalingPolicyOutput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |