Class: Aws::Connect::Types::VoiceCallEntryPointParameters

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

Overview

Parameters for initiating a voice call test.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_phone_numberString

The destination phone number for the test.

Returns:

  • (String)


38230
38231
38232
38233
38234
38235
38236
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 38230

class VoiceCallEntryPointParameters < Struct.new(
  :source_phone_number,
  :destination_phone_number,
  :flow_id)
  SENSITIVE = []
  include Aws::Structure
end

#flow_idString

The flow identifier for the test.

Returns:

  • (String)


38230
38231
38232
38233
38234
38235
38236
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 38230

class VoiceCallEntryPointParameters < Struct.new(
  :source_phone_number,
  :destination_phone_number,
  :flow_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_phone_numberString

The source phone number for the test.

Returns:

  • (String)


38230
38231
38232
38233
38234
38235
38236
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 38230

class VoiceCallEntryPointParameters < Struct.new(
  :source_phone_number,
  :destination_phone_number,
  :flow_id)
  SENSITIVE = []
  include Aws::Structure
end