Class: Aws::Connect::Types::VoiceCallEntryPointParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::VoiceCallEntryPointParameters
- 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
-
#destination_phone_number ⇒ String
The destination phone number for the test.
-
#flow_id ⇒ String
The flow identifier for the test.
-
#source_phone_number ⇒ String
The source phone number for the test.
Instance Attribute Details
#destination_phone_number ⇒ String
The destination phone number for the test.
37665 37666 37667 37668 37669 37670 37671 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37665 class VoiceCallEntryPointParameters < Struct.new( :source_phone_number, :destination_phone_number, :flow_id) SENSITIVE = [] include Aws::Structure end |
#flow_id ⇒ String
The flow identifier for the test.
37665 37666 37667 37668 37669 37670 37671 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37665 class VoiceCallEntryPointParameters < Struct.new( :source_phone_number, :destination_phone_number, :flow_id) SENSITIVE = [] include Aws::Structure end |
#source_phone_number ⇒ String
The source phone number for the test.
37665 37666 37667 37668 37669 37670 37671 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37665 class VoiceCallEntryPointParameters < Struct.new( :source_phone_number, :destination_phone_number, :flow_id) SENSITIVE = [] include Aws::Structure end |