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)


6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6143

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)


6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6143

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)


6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6143

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)


6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6143

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)


6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6143

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)


6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6143

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