Class: Aws::WorkDocs::Types::UpdateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::UpdateUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user ⇒ Types::User
The user information.
Instance Attribute Details
#user ⇒ Types::User
The user information.
2971 2972 2973 2974 2975 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2971 class UpdateUserResponse < Struct.new( :user) SENSITIVE = [] include Aws::Structure end |