Class: Aws::Connect::Types::TestCaseEntryPoint

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

Overview

Defines the starting point for a test case.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of entry point.

Returns:

  • (String)


32191
32192
32193
32194
32195
32196
# File 'lib/aws-sdk-connect/types.rb', line 32191

class TestCaseEntryPoint < Struct.new(
  :type,
  :voice_call_entry_point_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#voice_call_entry_point_parametersTypes::VoiceCallEntryPointParameters

Parameters for voice call entry point.



32191
32192
32193
32194
32195
32196
# File 'lib/aws-sdk-connect/types.rb', line 32191

class TestCaseEntryPoint < Struct.new(
  :type,
  :voice_call_entry_point_parameters)
  SENSITIVE = []
  include Aws::Structure
end