Class: Aws::RoboMaker::Types::ListWorldsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the previous paginated request did not return all of the remaining results, the response object’s ‘nextToken` parameter value is set to a token. To retrieve the next set of results, call `ListWorlds` again and assign that token to the request object’s ‘nextToken` parameter. If there are no remaining results, the previous response object’s NextToken parameter is set to null.

Returns:

  • (String)


3897
3898
3899
3900
3901
3902
# File 'lib/aws-sdk-robomaker/types.rb', line 3897

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

#world_summariesArray<Types::WorldSummary>

Summary information for worlds.

Returns:



3897
3898
3899
3900
3901
3902
# File 'lib/aws-sdk-robomaker/types.rb', line 3897

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