Class: Aws::Connect::Types::TransferContactResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arnString

The Amazon Resource Name (ARN) of the contact.

Returns:

  • (String)


20323
20324
20325
20326
20327
20328
# File 'lib/aws-sdk-connect/types.rb', line 20323

class TransferContactResponse < Struct.new(
  :contact_id,
  :contact_arn)
  SENSITIVE = []
  include Aws::Structure
end

#contact_idString

The identifier of the contact in this instance of Amazon Connect.

Returns:

  • (String)


20323
20324
20325
20326
20327
20328
# File 'lib/aws-sdk-connect/types.rb', line 20323

class TransferContactResponse < Struct.new(
  :contact_id,
  :contact_arn)
  SENSITIVE = []
  include Aws::Structure
end