Class: Aws::GameLift::Types::ListScriptsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


8221
8222
8223
8224
8225
8226
# File 'lib/aws-sdk-gamelift/types.rb', line 8221

class ListScriptsOutput < Struct.new(
  :scripts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#scriptsArray<Types::Script>

A set of properties describing the requested script.

Returns:



8221
8222
8223
8224
8225
8226
# File 'lib/aws-sdk-gamelift/types.rb', line 8221

class ListScriptsOutput < Struct.new(
  :scripts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end