Class: Aws::AppStream::Types::UserSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UserSetting
- 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
-
#action ⇒ String
The action that is enabled or disabled.
-
#permission ⇒ String
Indicates whether the action is enabled or disabled.
Instance Attribute Details
#action ⇒ String
The action that is enabled or disabled.
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 |
#permission ⇒ String
Indicates whether the action is enabled or disabled.
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 |