Class: Aws::Types::TestExecutionSummary

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


3344
3345
3346
# File 'sig/types.rbs', line 3344

def api_mode
  @api_mode
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


3338
3339
3340
# File 'sig/types.rbs', line 3338

def creation_date_time
  @creation_date_time
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


3339
3340
3341
# File 'sig/types.rbs', line 3339

def last_updated_date_time
  @last_updated_date_time
end

#target ⇒ Types::TestExecutionTarget

Returns the value of attribute target.



3343
3344
3345
# File 'sig/types.rbs', line 3343

def target
  @target
end

#test_execution_id ⇒ ::String

Returns the value of attribute test_execution_id.

Returns:

  • (::String)


3337
3338
3339
# File 'sig/types.rbs', line 3337

def test_execution_id
  @test_execution_id
end

#test_execution_modality ⇒ "Text", "Audio"

Returns the value of attribute test_execution_modality.

Returns:

  • ("Text", "Audio")


3345
3346
3347
# File 'sig/types.rbs', line 3345

def test_execution_modality
  @test_execution_modality
end

#test_execution_status ⇒ "Pending", ...

Returns the value of attribute test_execution_status.

Returns:

  • ("Pending", "Waiting", "InProgress", "Completed", "Failed", "Stopping", "Stopped")


3340
3341
3342
# File 'sig/types.rbs', line 3340

def test_execution_status
  @test_execution_status
end

#test_set_id ⇒ ::String

Returns the value of attribute test_set_id.

Returns:

  • (::String)


3341
3342
3343
# File 'sig/types.rbs', line 3341

def test_set_id
  @test_set_id
end

#test_set_name ⇒ ::String

Returns the value of attribute test_set_name.

Returns:

  • (::String)


3342
3343
3344
# File 'sig/types.rbs', line 3342

def test_set_name
  @test_set_name
end