Class: Aws::WorkSpacesWeb::Types::ListPortalsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


1909
1910
1911
1912
1913
1914
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1909

class ListPortalsResponse < Struct.new(
  :next_token,
  :portals)
  SENSITIVE = []
  include Aws::Structure
end

#portalsArray<Types::PortalSummary>

The portals in the list.

Returns:



1909
1910
1911
1912
1913
1914
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1909

class ListPortalsResponse < Struct.new(
  :next_token,
  :portals)
  SENSITIVE = []
  include Aws::Structure
end