Class: Aws::Types::DescribeWorkspacesPoolsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspacesPoolsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workspaces_pools ⇒ ::Array[Types::WorkspacesPool]
Returns the value of attribute workspaces_pools.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
822 823 824 |
# File 'sig/types.rbs', line 822 def next_token @next_token end |
#workspaces_pools ⇒ ::Array[Types::WorkspacesPool]
Returns the value of attribute workspaces_pools.
821 822 823 |
# File 'sig/types.rbs', line 821 def workspaces_pools @workspaces_pools end |