Class: Aws::ManagedGrafana::Types::ListVersionsResponse

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

#grafana_versionsArray<String>

The Grafana versions available to create. If a workspace ID is included in the request, the Grafana versions to which this workspace can be upgraded.

Returns:

  • (Array<String>)


796
797
798
799
800
801
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 796

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

#next_tokenString

The token to use in a subsequent ListVersions operation to return the next set of results.

Returns:

  • (String)


796
797
798
799
800
801
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 796

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