Class: Aws::Types::ListWorkspacePagesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkspacePagesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workspace_page_list ⇒ ::Array[Types::WorkspacePage]
Returns the value of attribute workspace_page_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5863 5864 5865 |
# File 'sig/types.rbs', line 5863 def next_token @next_token end |
#workspace_page_list ⇒ ::Array[Types::WorkspacePage]
Returns the value of attribute workspace_page_list.
5864 5865 5866 |
# File 'sig/types.rbs', line 5864 def workspace_page_list @workspace_page_list end |