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.
-
#workspaces ⇒ ::Array[Types::WorkspaceSummary]
Returns the value of attribute workspaces.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
526 527 528 |
# File 'sig/types.rbs', line 526 def next_token @next_token end |
#workspaces ⇒ ::Array[Types::WorkspaceSummary]
Returns the value of attribute workspaces.
525 526 527 |
# File 'sig/types.rbs', line 525 def workspaces @workspaces end |