Class: Aws::WorkSpacesWeb::Types::ListPortalsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListPortalsResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
-
#portals ⇒ Array<Types::PortalSummary>
The portals in the list.
Instance Attribute Details
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1970 class ListPortalsResponse < Struct.new( :next_token, :portals) SENSITIVE = [] include Aws::Structure end |
#portals ⇒ Array<Types::PortalSummary>
The portals in the list.
1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1970 class ListPortalsResponse < Struct.new( :next_token, :portals) SENSITIVE = [] include Aws::Structure end |