Class: Aws::GameLift::Types::DescribeScalingPoliciesOutput

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

Overview

Represents the returned data in response to a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

Returns:

  • (String)


2472
2473
2474
2475
2476
# File 'lib/aws-sdk-gamelift/types.rb', line 2472

class DescribeScalingPoliciesOutput < Struct.new(
  :scaling_policies,
  :next_token)
  include Aws::Structure
end

#scaling_policiesArray<Types::ScalingPolicy>

Collection of objects containing the scaling policies matching the request.

Returns:



2472
2473
2474
2475
2476
# File 'lib/aws-sdk-gamelift/types.rb', line 2472

class DescribeScalingPoliciesOutput < Struct.new(
  :scaling_policies,
  :next_token)
  include Aws::Structure
end