Class: Aws::Connect::Types::SuccessfulRequest

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

Overview

Request for which contact was successfully created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The contactId of the contact that was created successfully.

Returns:

  • (String)


18497
18498
18499
18500
18501
18502
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18497

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

#request_identifierString

Request identifier provided in the API call in the ContactDataRequest to create a contact.

Returns:

  • (String)


18497
18498
18499
18500
18501
18502
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18497

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