Class: Aws::Connect::Types::TestCaseEntryPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TestCaseEntryPoint
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Defines the starting point for a test case.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of entry point.
-
#voice_call_entry_point_parameters ⇒ Types::VoiceCallEntryPointParameters
Parameters for voice call entry point.
Instance Attribute Details
#type ⇒ String
The type of entry point.
32146 32147 32148 32149 32150 32151 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32146 class TestCaseEntryPoint < Struct.new( :type, :voice_call_entry_point_parameters) SENSITIVE = [] include Aws::Structure end |
#voice_call_entry_point_parameters ⇒ Types::VoiceCallEntryPointParameters
Parameters for voice call entry point.
32146 32147 32148 32149 32150 32151 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32146 class TestCaseEntryPoint < Struct.new( :type, :voice_call_entry_point_parameters) SENSITIVE = [] include Aws::Structure end |