Class: Aws::ManagedGrafana::Types::ListWorkspacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ListWorkspacesResponse
- Defined in:
- gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of workspaces.
-
#workspaces ⇒ Array<Types::WorkspaceSummary>
An array of structures that contain some information about the workspaces in the account.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of workspaces.
1124 1125 1126 1127 1128 1129 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1124 class ListWorkspacesResponse < Struct.new( :next_token, :workspaces) SENSITIVE = [] include Aws::Structure end |
#workspaces ⇒ Array<Types::WorkspaceSummary>
An array of structures that contain some information about the workspaces in the account.
1124 1125 1126 1127 1128 1129 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1124 class ListWorkspacesResponse < Struct.new( :next_token, :workspaces) SENSITIVE = [] include Aws::Structure end |