Class: Aws::WorkSpacesWeb::Types::GetUserSettingsRequest

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_settings_arnString

The ARN of the user settings.

Returns:

  • (String)


2001
2002
2003
2004
2005
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2001

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