Class: Aws::Connect::Types::UserReference

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about the user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the user.

Returns:

  • (String)


20967
20968
20969
20970
20971
20972
# File 'lib/aws-sdk-connect/types.rb', line 20967

class UserReference < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the user.

Returns:

  • (String)


20967
20968
20969
20970
20971
20972
# File 'lib/aws-sdk-connect/types.rb', line 20967

class UserReference < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end