Class: Aws::WorkSpaces::Types::UserSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::UserSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Information about the user’s permission settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
Indicates the type of action.
-
#maximum_length ⇒ Integer
Indicates the maximum character length for the specified user setting.
-
#permission ⇒ String
Indicates if the setting is enabled or disabled.
Instance Attribute Details
#action ⇒ String
Indicates the type of action.
5012 5013 5014 5015 5016 5017 5018 |
# File 'lib/aws-sdk-workspaces/types.rb', line 5012 class UserSetting < Struct.new( :action, :permission, :maximum_length) SENSITIVE = [] include Aws::Structure end |
#maximum_length ⇒ Integer
Indicates the maximum character length for the specified user setting.
5012 5013 5014 5015 5016 5017 5018 |
# File 'lib/aws-sdk-workspaces/types.rb', line 5012 class UserSetting < Struct.new( :action, :permission, :maximum_length) SENSITIVE = [] include Aws::Structure end |
#permission ⇒ String
Indicates if the setting is enabled or disabled.
5012 5013 5014 5015 5016 5017 5018 |
# File 'lib/aws-sdk-workspaces/types.rb', line 5012 class UserSetting < Struct.new( :action, :permission, :maximum_length) SENSITIVE = [] include Aws::Structure end |