Class: Aws::WorkSpacesWeb::Types::ListUserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListUserSettingsResponse
- 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.
-
#user_settings ⇒ Array<Types::UserSettingsSummary>
The user settings.
Instance Attribute Details
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2610 2611 2612 2613 2614 2615 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2610 class ListUserSettingsResponse < Struct.new( :next_token, :user_settings) SENSITIVE = [] include Aws::Structure end |
#user_settings ⇒ Array<Types::UserSettingsSummary>
The user settings.
2610 2611 2612 2613 2614 2615 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2610 class ListUserSettingsResponse < Struct.new( :next_token, :user_settings) SENSITIVE = [] include Aws::Structure end |