Class: Aws::Resiliencehubv2::Types::StartTestRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::StartTestRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_arns ⇒ Array<String>
The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.
-
#status ⇒ String
The status of the started test run.
-
#test_run_id ⇒ String
The identifier of the started test run.
Instance Attribute Details
#experiment_arns ⇒ Array<String>
The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.
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 |
#status ⇒ String
The status of the started test run.
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_id ⇒ String
The identifier of the started test run.
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 |