Class: Aws::WorkDocs::Types::UpdateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::UpdateUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token, :given_name, :surname]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#given_name ⇒ String
The given name of the user.
-
#grant_poweruser_privileges ⇒ String
Boolean value to determine whether the user is granted Power user privileges.
-
#locale ⇒ String
The locale of the user.
-
#storage_rule ⇒ Types::StorageRuleType
The amount of storage for the user.
-
#surname ⇒ String
The surname of the user.
-
#time_zone_id ⇒ String
The time zone ID of the user.
-
#type ⇒ String
The type of the user.
-
#user_id ⇒ String
The ID of the user.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2951 class UpdateUserRequest < Struct.new( :authentication_token, :user_id, :given_name, :surname, :type, :storage_rule, :time_zone_id, :locale, :grant_poweruser_privileges) SENSITIVE = [:authentication_token, :given_name, :surname] include Aws::Structure end |
#given_name ⇒ String
The given name of the user.
2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2951 class UpdateUserRequest < Struct.new( :authentication_token, :user_id, :given_name, :surname, :type, :storage_rule, :time_zone_id, :locale, :grant_poweruser_privileges) SENSITIVE = [:authentication_token, :given_name, :surname] include Aws::Structure end |
#grant_poweruser_privileges ⇒ String
Boolean value to determine whether the user is granted Power user privileges.
2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2951 class UpdateUserRequest < Struct.new( :authentication_token, :user_id, :given_name, :surname, :type, :storage_rule, :time_zone_id, :locale, :grant_poweruser_privileges) SENSITIVE = [:authentication_token, :given_name, :surname] include Aws::Structure end |
#locale ⇒ String
The locale of the user.
2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2951 class UpdateUserRequest < Struct.new( :authentication_token, :user_id, :given_name, :surname, :type, :storage_rule, :time_zone_id, :locale, :grant_poweruser_privileges) SENSITIVE = [:authentication_token, :given_name, :surname] include Aws::Structure end |
#storage_rule ⇒ Types::StorageRuleType
The amount of storage for the user.
2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2951 class UpdateUserRequest < Struct.new( :authentication_token, :user_id, :given_name, :surname, :type, :storage_rule, :time_zone_id, :locale, :grant_poweruser_privileges) SENSITIVE = [:authentication_token, :given_name, :surname] include Aws::Structure end |
#surname ⇒ String
The surname of the user.
2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2951 class UpdateUserRequest < Struct.new( :authentication_token, :user_id, :given_name, :surname, :type, :storage_rule, :time_zone_id, :locale, :grant_poweruser_privileges) SENSITIVE = [:authentication_token, :given_name, :surname] include Aws::Structure end |
#time_zone_id ⇒ String
The time zone ID of the user.
2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2951 class UpdateUserRequest < Struct.new( :authentication_token, :user_id, :given_name, :surname, :type, :storage_rule, :time_zone_id, :locale, :grant_poweruser_privileges) SENSITIVE = [:authentication_token, :given_name, :surname] include Aws::Structure end |
#type ⇒ String
The type of the user.
2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2951 class UpdateUserRequest < Struct.new( :authentication_token, :user_id, :given_name, :surname, :type, :storage_rule, :time_zone_id, :locale, :grant_poweruser_privileges) SENSITIVE = [:authentication_token, :given_name, :surname] include Aws::Structure end |
#user_id ⇒ String
The ID of the user.
2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2951 class UpdateUserRequest < Struct.new( :authentication_token, :user_id, :given_name, :surname, :type, :storage_rule, :time_zone_id, :locale, :grant_poweruser_privileges) SENSITIVE = [:authentication_token, :given_name, :surname] include Aws::Structure end |