Class: Aws::Types::TestCaseEntryPoint
- Inherits:
-
Object
- Object
- Aws::Types::TestCaseEntryPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chat_entry_point_parameters ⇒ Types::ChatEntryPointParameters
Returns the value of attribute chat_entry_point_parameters.
-
#type ⇒ "VOICE_CALL", "CHAT"
Returns the value of attribute type.
-
#voice_call_entry_point_parameters ⇒ Types::VoiceCallEntryPointParameters
Returns the value of attribute voice_call_entry_point_parameters.
Instance Attribute Details
#chat_entry_point_parameters ⇒ Types::ChatEntryPointParameters
Returns the value of attribute chat_entry_point_parameters.
8321 8322 8323 |
# File 'sig/types.rbs', line 8321 def chat_entry_point_parameters @chat_entry_point_parameters end |
#type ⇒ "VOICE_CALL", "CHAT"
Returns the value of attribute type.
8319 8320 8321 |
# File 'sig/types.rbs', line 8319 def type @type end |
#voice_call_entry_point_parameters ⇒ Types::VoiceCallEntryPointParameters
Returns the value of attribute voice_call_entry_point_parameters.
8320 8321 8322 |
# File 'sig/types.rbs', line 8320 def voice_call_entry_point_parameters @voice_call_entry_point_parameters end |