Class: Aws::Types::StartTestExecutionResponse

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")


3218
3219
3220
# File 'sig/types.rbs', line 3218

def api_mode
  @api_mode
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


3215
3216
3217
# File 'sig/types.rbs', line 3215

def creation_date_time
  @creation_date_time
end

#target ⇒ Types::TestExecutionTarget

Returns the value of attribute target.



3217
3218
3219
# File 'sig/types.rbs', line 3217

def target
  @target
end

#test_execution_id ⇒ ::String

Returns the value of attribute test_execution_id.

Returns:

  • (::String)


3214
3215
3216
# File 'sig/types.rbs', line 3214

def test_execution_id
  @test_execution_id
end

#test_execution_modality ⇒ "Text", "Audio"

Returns the value of attribute test_execution_modality.

Returns:

  • ("Text", "Audio")


3219
3220
3221
# File 'sig/types.rbs', line 3219

def test_execution_modality
  @test_execution_modality
end

#test_set_id ⇒ ::String

Returns the value of attribute test_set_id.

Returns:

  • (::String)


3216
3217
3218
# File 'sig/types.rbs', line 3216

def test_set_id
  @test_set_id
end