Class: Aws::WorkSpacesWeb::Types::ListUserSettingsResponse

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)


3072
3073
3074
3075
3076
3077
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3072

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

#user_settingsArray<Types::UserSettingsSummary>

The user settings.

Returns:



3072
3073
3074
3075
3076
3077
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3072

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