Class: Aws::Types::StartTestExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_mode ⇒ "Streaming", "NonStreaming"

Returns the value of attribute api_mode.

Returns:

  • ("Streaming", "NonStreaming")


3208
3209
3210
# File 'sig/types.rbs', line 3208

def api_mode
  @api_mode
end

#target ⇒ Types::TestExecutionTarget

Returns the value of attribute target.



3207
3208
3209
# File 'sig/types.rbs', line 3207

def target
  @target
end

#test_execution_modality ⇒ "Text", "Audio"

Returns the value of attribute test_execution_modality.

Returns:

  • ("Text", "Audio")


3209
3210
3211
# File 'sig/types.rbs', line 3209

def test_execution_modality
  @test_execution_modality
end

#test_set_id ⇒ ::String

Returns the value of attribute test_set_id.

Returns:

  • (::String)


3206
3207
3208
# File 'sig/types.rbs', line 3206

def test_set_id
  @test_set_id
end