Class: Aws::WorkDocs::Types::User
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::User
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
Describes a user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time when the user was created.
-
#email_address ⇒ String
The email address of the user.
-
#given_name ⇒ String
The given name of the user.
-
#id ⇒ String
The ID of the user.
-
#locale ⇒ String
The locale of the user.
-
#modified_timestamp ⇒ Time
The time when the user was modified.
-
#organization_id ⇒ String
The ID of the organization.
-
#recycle_bin_folder_id ⇒ String
The ID of the recycle bin folder.
-
#root_folder_id ⇒ String
The ID of the root folder.
-
#status ⇒ String
The status of the user.
-
#storage ⇒ Types::UserStorageMetadata
The 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 user.
-
#username ⇒ String
The login name of the user.
Instance Attribute Details
#created_timestamp ⇒ Time
The time when the user was created.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
The email address of the user.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#given_name ⇒ String
The given name of the user.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the user.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale of the user.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#modified_timestamp ⇒ Time
The time when the user was modified.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The ID of the organization.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#recycle_bin_folder_id ⇒ String
The ID of the recycle bin folder.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#root_folder_id ⇒ String
The ID of the root folder.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the user.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#storage ⇒ Types::UserStorageMetadata
The storage for the user.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#surname ⇒ String
The surname of the user.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#time_zone_id ⇒ String
The time zone ID of the user.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of user.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The login name of the user.
3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 3206 class User < Struct.new( :id, :username, :email_address, :given_name, :surname, :organization_id, :root_folder_id, :recycle_bin_folder_id, :status, :type, :created_timestamp, :modified_timestamp, :time_zone_id, :locale, :storage) SENSITIVE = [] include Aws::Structure end |