Class: Aws::Types::DescribeTestExecutionResponse

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


1649
1650
1651
# File 'sig/types.rbs', line 1649

def api_mode
  @api_mode
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def creation_date_time
  @creation_date_time
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1651
1652
1653
# File 'sig/types.rbs', line 1651

def failure_reasons
  @failure_reasons
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def last_updated_date_time
  @last_updated_date_time
end

#target ⇒ Types::TestExecutionTarget

Returns the value of attribute target.



1648
1649
1650
# File 'sig/types.rbs', line 1648

def target
  @target
end

#test_execution_id ⇒ ::String

Returns the value of attribute test_execution_id.

Returns:

  • (::String)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def test_execution_id
  @test_execution_id
end

#test_execution_modality ⇒ "Text", "Audio"

Returns the value of attribute test_execution_modality.

Returns:

  • ("Text", "Audio")


1650
1651
1652
# File 'sig/types.rbs', line 1650

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


1645
1646
1647
# File 'sig/types.rbs', line 1645

def test_execution_status
  @test_execution_status
end

#test_set_id ⇒ ::String

Returns the value of attribute test_set_id.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def test_set_id
  @test_set_id
end

#test_set_name ⇒ ::String

Returns the value of attribute test_set_name.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def test_set_name
  @test_set_name
end