Class: Aws::Types::TestRunSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_targeting"SINGLE_ACCOUNT", "MULTI_ACCOUNT"

Returns the value of attribute account_targeting.

Returns:

  • ("SINGLE_ACCOUNT", "MULTI_ACCOUNT")


1752
1753
1754
# File 'sig/types.rbs', line 1752

def 
  @account_targeting
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


1748
1749
1750
# File 'sig/types.rbs', line 1748

def ended_at
  @ended_at
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def error_message
  @error_message
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def service_arn
  @service_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def started_at
  @started_at
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZING", "RUNNING", "STOPPING", "PASSED", "FAILED", "STOPPED", "ERROR")


1746
1747
1748
# File 'sig/types.rbs', line 1746

def status
  @status
end

#test_run_id::String

Returns the value of attribute test_run_id.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def test_run_id
  @test_run_id
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def test_template_arn
  @test_template_arn
end