Class: Aws::Connect::Types::UserReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about the user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the user.
-
#id ⇒ String
The unique identifier for the user.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the user.
23815 23816 23817 23818 23819 23820 |
# File 'lib/aws-sdk-connect/types.rb', line 23815 class UserReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the user.
23815 23816 23817 23818 23819 23820 |
# File 'lib/aws-sdk-connect/types.rb', line 23815 class UserReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |