Class: Aws::GameLift::Types::PutScalingPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::PutScalingPolicyOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Represents the returned data in response to a request operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A descriptive label that is associated with a scaling policy.
Instance Attribute Details
#name ⇒ String
A descriptive label that is associated with a scaling policy. Policy names do not need to be unique.
7066 7067 7068 7069 7070 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7066 class PutScalingPolicyOutput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |