Class: Aws::ManagedGrafana::Types::ListWorkspacesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of workspaces.

Returns:

  • (String)


832
833
834
835
836
837
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 832

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

#workspacesArray<Types::WorkspaceSummary>

An array of structures that contain some information about the workspaces in the account.

Returns:



832
833
834
835
836
837
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 832

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