Class: Aws::Types::ListWorkspacePagesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



5864
5865
5866
# File 'sig/types.rbs', line 5864

def workspace_page_list
  @workspace_page_list
end