Class: Aws::WorkSpacesWeb::Types::GetUserSettingsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_settingsTypes::UserSettings

The user settings.

Returns:



1820
1821
1822
1823
1824
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1820

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