Class: Aws::WorkDocs::Types::ActivateUserResponse

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:



60
61
62
63
64
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 60

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