Class: Aws::ManagedGrafana::Types::ListVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ListVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grafana_versions ⇒ Array<String>
The Grafana versions available to create.
-
#next_token ⇒ String
The token to use in a subsequent ‘ListVersions` operation to return the next set of results.
Instance Attribute Details
#grafana_versions ⇒ Array<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.
985 986 987 988 989 990 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 985 class ListVersionsResponse < Struct.new( :grafana_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use in a subsequent ‘ListVersions` operation to return the next set of results.
985 986 987 988 989 990 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 985 class ListVersionsResponse < Struct.new( :grafana_versions, :next_token) SENSITIVE = [] include Aws::Structure end |