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)


18694
18695
18696
18697
18698
18699
# File 'lib/aws-sdk-connect/types.rb', line 18694

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)


18694
18695
18696
18697
18698
18699
# File 'lib/aws-sdk-connect/types.rb', line 18694

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