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


1842
1843
1844
# File 'sig/types.rbs', line 1842

def 
  @account_targeting
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


1838
1839
1840
# File 'sig/types.rbs', line 1838

def ended_at
  @ended_at
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def error_message
  @error_message
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1840
1841
1842
# File 'sig/types.rbs', line 1840

def service_arn
  @service_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1837
1838
1839
# File 'sig/types.rbs', line 1837

def started_at
  @started_at
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

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


1836
1837
1838
# File 'sig/types.rbs', line 1836

def status
  @status
end

#test_run_id::String

Returns the value of attribute test_run_id.

Returns:

  • (::String)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def test_run_id
  @test_run_id
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1839
1840
1841
# File 'sig/types.rbs', line 1839

def test_template_arn
  @test_template_arn
end