Class: Aws::Resiliencehubv2::Types::TestSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Contains summary information about a test.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The timestamp when the test was created.

Returns:

  • (Time)


5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5829

class TestSummary < Struct.new(
  :test_id,
  :test_template_arn,
  :service_arn,
  :total_test_runs,
  :successful_test_runs,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The ARN of the service the test belongs to.

Returns:

  • (String)


5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5829

class TestSummary < Struct.new(
  :test_id,
  :test_template_arn,
  :service_arn,
  :total_test_runs,
  :successful_test_runs,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#successful_test_runsInteger

The number of successful runs of the test.

Returns:

  • (Integer)


5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5829

class TestSummary < Struct.new(
  :test_id,
  :test_template_arn,
  :service_arn,
  :total_test_runs,
  :successful_test_runs,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_idString

The unique identifier of the test.

Returns:

  • (String)


5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5829

class TestSummary < Struct.new(
  :test_id,
  :test_template_arn,
  :service_arn,
  :total_test_runs,
  :successful_test_runs,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_template_arnString

The ARN of the test template the test was created from.

Returns:

  • (String)


5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5829

class TestSummary < Struct.new(
  :test_id,
  :test_template_arn,
  :service_arn,
  :total_test_runs,
  :successful_test_runs,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#total_test_runsInteger

The total number of runs of the test.

Returns:

  • (Integer)


5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5829

class TestSummary < Struct.new(
  :test_id,
  :test_template_arn,
  :service_arn,
  :total_test_runs,
  :successful_test_runs,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end