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:



6991
6992
6993
6994
6995
# File 'lib/aws-sdk-connect/types.rb', line 6991

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