Class: Aws::Types::TestCaseEntryPoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chat_entry_point_parametersTypes::ChatEntryPointParameters

Returns the value of attribute chat_entry_point_parameters.



8295
8296
8297
# File 'sig/types.rbs', line 8295

def chat_entry_point_parameters
  @chat_entry_point_parameters
end

#type"VOICE_CALL", "CHAT"

Returns the value of attribute type.

Returns:

  • ("VOICE_CALL", "CHAT")


8293
8294
8295
# File 'sig/types.rbs', line 8293

def type
  @type
end

#voice_call_entry_point_parametersTypes::VoiceCallEntryPointParameters

Returns the value of attribute voice_call_entry_point_parameters.



8294
8295
8296
# File 'sig/types.rbs', line 8294

def voice_call_entry_point_parameters
  @voice_call_entry_point_parameters
end