Class: Aws::Resiliencehubv2::Types::StartTestRunResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_arnsArray<String>

The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.

Returns:

  • (Array<String>)


4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4688

class StartTestRunResponse < Struct.new(
  :test_run_id,
  :status,
  :experiment_arns)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the started test run.

Returns:

  • (String)


4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4688

class StartTestRunResponse < Struct.new(
  :test_run_id,
  :status,
  :experiment_arns)
  SENSITIVE = []
  include Aws::Structure
end

#test_run_idString

The identifier of the started test run.

Returns:

  • (String)


4688
4689
4690
4691
4692
4693
4694
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4688

class StartTestRunResponse < Struct.new(
  :test_run_id,
  :status,
  :experiment_arns)
  SENSITIVE = []
  include Aws::Structure
end