Class: Aws::Chime::Types::UpdateUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#userTypes::User

The updated user details.

Returns:



8848
8849
8850
8851
8852
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8848

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