Class: Aws::GameLift::Types::DescribeInstancesOutput

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

#instancesArray<Types::Instance>

Collection of objects containing properties for each instance returned.

Returns:



2107
2108
2109
2110
2111
# File 'lib/aws-sdk-gamelift/types.rb', line 2107

class DescribeInstancesOutput < Struct.new(
  :instances,
  :next_token)
  include Aws::Structure
end

#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)


2107
2108
2109
2110
2111
# File 'lib/aws-sdk-gamelift/types.rb', line 2107

class DescribeInstancesOutput < Struct.new(
  :instances,
  :next_token)
  include Aws::Structure
end