Class: Aws::ManagedGrafana::Types::ListVersionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to include in the response.

Returns:

  • (Integer)


964
965
966
967
968
969
970
# File 'lib/aws-sdk-managedgrafana/types.rb', line 964

class ListVersionsRequest < Struct.new(
  :max_results,
  :next_token,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of results. You receive this token from a previous ‘ListVersions` operation.

Returns:

  • (String)


964
965
966
967
968
969
970
# File 'lib/aws-sdk-managedgrafana/types.rb', line 964

class ListVersionsRequest < Struct.new(
  :max_results,
  :next_token,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace to list the available upgrade versions. If not included, lists all versions of Grafana that are supported for ‘CreateWorkspace`.

Returns:

  • (String)


964
965
966
967
968
969
970
# File 'lib/aws-sdk-managedgrafana/types.rb', line 964

class ListVersionsRequest < Struct.new(
  :max_results,
  :next_token,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end