Class: Aws::WorkDocs::Types::UpdateUserResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#userTypes::User

The user information.

Returns:



2971
2972
2973
2974
2975
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2971

class UpdateUserResponse < Struct.new(
  :user)
  SENSITIVE = []
  include Aws::Structure
end