Class: Aws::IoTTwinMaker::Types::ListWorkspacesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2806

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

#workspace_summariesArray<Types::WorkspaceSummary>

A list of objects that contain information about the workspaces.

Returns:



2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2806

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