Class: Aws::ManagedGrafana::Types::ListVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ListVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to include in the response.
-
#next_token ⇒ String
The token to use when requesting the next set of results.
-
#workspace_id ⇒ String
The ID of the workspace to list the available upgrade versions.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to include in the response.
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_token ⇒ String
The token to use when requesting the next set of results. You receive this token from a previous ‘ListVersions` operation.
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_id ⇒ String
The ID of the workspace to list the available upgrade versions. If not included, lists all versions of Grafana that are supported for ‘CreateWorkspace`.
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 |