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)


37226
37227
37228
37229
37230
37231
# File 'lib/aws-sdk-connect/types.rb', line 37226

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

#idString

The unique identifier for the user.

Returns:

  • (String)


37226
37227
37228
37229
37230
37231
# File 'lib/aws-sdk-connect/types.rb', line 37226

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