Class: Aws::Connect::Types::DescribeUserResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#userTypes::User

Information about the user account and configuration settings.

Returns:



6410
6411
6412
6413
6414
# File 'lib/aws-sdk-connect/types.rb', line 6410

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