Class: Aws::PrometheusService::Types::ListWorkspacesResponse

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

Overview

Represents the output of a ListWorkspaces operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token indicating that there are more results to retrieve. You can use this token as part of your next ListWorkspaces request to retrieve those results.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1046

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

#workspacesArray<Types::WorkspaceSummary>

An array of WorkspaceSummary structures containing information about the workspaces requested.

Returns:



1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1046

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