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.
6410 6411 6412 6413 6414 |
# File 'lib/aws-sdk-connect/types.rb', line 6410 class DescribeUserResponse < Struct.new( :user) SENSITIVE = [] include Aws::Structure end |