Class: Aws::AppStream::Types::UserSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UserSetting
- 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
-
#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.
4885 4886 4887 4888 4889 4890 |
# File 'lib/aws-sdk-appstream/types.rb', line 4885 class UserSetting < Struct.new( :action, :permission) SENSITIVE = [] include Aws::Structure end |
#permission ⇒ String
Indicates whether the action is enabled or disabled.
4885 4886 4887 4888 4889 4890 |
# File 'lib/aws-sdk-appstream/types.rb', line 4885 class UserSetting < Struct.new( :action, :permission) SENSITIVE = [] include Aws::Structure end |