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.
26316 26317 26318 26319 26320 26321 |
# File 'lib/aws-sdk-connect/types.rb', line 26316 class UserReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the user.
26316 26317 26318 26319 26320 26321 |
# File 'lib/aws-sdk-connect/types.rb', line 26316 class UserReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |