Class: Aws::Chime::Types::CreateUserResponse

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 user on the Amazon Chime account.

Returns:



737
738
739
740
741
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 737

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