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:



7278
7279
7280
7281
7282
# File 'lib/aws-sdk-connect/types.rb', line 7278

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