You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppStream::Types::UserSetting

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UserSetting as input to an Aws::Client method, you can use a vanilla 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
  permission: "ENABLED", # required, accepts ENABLED, DISABLED
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action that is enabled or disabled.

Possible values:

  • CLIPBOARD_COPY_FROM_LOCAL_DEVICE
  • CLIPBOARD_COPY_TO_LOCAL_DEVICE
  • FILE_UPLOAD
  • FILE_DOWNLOAD
  • PRINTING_TO_LOCAL_DEVICE

Returns:

  • (String)

    The action that is enabled or disabled.

#permissionString

Indicates whether the action is enabled or disabled.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    Indicates whether the action is enabled or disabled.