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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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)


5545
5546
5547
5548
5549
5550
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5545

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

#permissionString

Indicates whether the action is enabled or disabled.

Returns:

  • (String)


5545
5546
5547
5548
5549
5550
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5545

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