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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action that is enabled or disabled.

Returns:

  • (String)


5623
5624
5625
5626
5627
5628
# File 'lib/aws-sdk-appstream/types.rb', line 5623

class UserSetting < Struct.new(
  :action,
  :permission)
  SENSITIVE = []
  include Aws::Structure
end

#permissionString

Indicates whether the action is enabled or disabled.

Returns:

  • (String)


5623
5624
5625
5626
5627
5628
# File 'lib/aws-sdk-appstream/types.rb', line 5623

class UserSetting < Struct.new(
  :action,
  :permission)
  SENSITIVE = []
  include Aws::Structure
end