Class: Aws::WorkSpaces::Types::UserSetting

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

Indicates the type of action.

Returns:

  • (String)


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_lengthInteger

Indicates the maximum character length for the specified user setting.

Returns:

  • (Integer)


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

#permissionString

Indicates if the setting is enabled or disabled.

Returns:

  • (String)


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