Class: Aws::Connect::Types::DescribeUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user ⇒ Types::User
Information about the user account and configuration settings.
Instance Attribute Details
#user ⇒ Types::User
Information about the user account and configuration settings.
6531 6532 6533 6534 6535 |
# File 'lib/aws-sdk-connect/types.rb', line 6531 class DescribeUserResponse < Struct.new( :user) SENSITIVE = [] include Aws::Structure end |