Class: Aws::Types::ListWorkspacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkspacesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workspace_summary_list ⇒ ::Array[Types::WorkspaceSummary]
Returns the value of attribute workspace_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5876 5877 5878 |
# File 'sig/types.rbs', line 5876 def next_token @next_token end |
#workspace_summary_list ⇒ ::Array[Types::WorkspaceSummary]
Returns the value of attribute workspace_summary_list.
5877 5878 5879 |
# File 'sig/types.rbs', line 5877 def workspace_summary_list @workspace_summary_list end |