Class: Aws::Types::DescribeWorkspacesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspacesResult
- 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::Workspace]
Returns the value of attribute workspaces.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
839 840 841 |
# File 'sig/types.rbs', line 839 def next_token @next_token end |
#workspaces ⇒ ::Array[Types::Workspace]
Returns the value of attribute workspaces.
838 839 840 |
# File 'sig/types.rbs', line 838 def workspaces @workspaces end |