Class: Aws::Connect::Types::PauseContactRequest

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_flow_idString

The identifier of the flow.

Returns:

  • (String)


13434
13435
13436
13437
13438
13439
13440
# File 'lib/aws-sdk-connect/types.rb', line 13434

class PauseContactRequest < Struct.new(
  :contact_id,
  :instance_id,
  :contact_flow_id)
  SENSITIVE = []
  include Aws::Structure
end

#contact_idString

The identifier of the contact.

Returns:

  • (String)


13434
13435
13436
13437
13438
13439
13440
# File 'lib/aws-sdk-connect/types.rb', line 13434

class PauseContactRequest < Struct.new(
  :contact_id,
  :instance_id,
  :contact_flow_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the ‘instanceId` in the ARN of the instance.

Returns:

  • (String)


13434
13435
13436
13437
13438
13439
13440
# File 'lib/aws-sdk-connect/types.rb', line 13434

class PauseContactRequest < Struct.new(
  :contact_id,
  :instance_id,
  :contact_flow_id)
  SENSITIVE = []
  include Aws::Structure
end