class Aws::AppStream::Types::UserSetting

Describes an action and whether the action is enabled or disabled for users during their streaming sessions.

@note When making an API call, you may pass UserSetting

data as a hash:

    {
      action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", # required, accepts CLIPBOARD_COPY_FROM_LOCAL_DEVICE, CLIPBOARD_COPY_TO_LOCAL_DEVICE, FILE_UPLOAD, FILE_DOWNLOAD, PRINTING_TO_LOCAL_DEVICE, DOMAIN_PASSWORD_SIGNIN, DOMAIN_SMART_CARD_SIGNIN
      permission: "ENABLED", # required, accepts ENABLED, DISABLED
    }

@!attribute [rw] action

The action that is enabled or disabled.
@return [String]

@!attribute [rw] permission

Indicates whether the action is enabled or disabled.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UserSetting AWS API Documentation

Constants

SENSITIVE