Class: Aws::Resiliencehubv2::Types::StopTestRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::StopTestRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the test run.
-
#test_run_id ⇒ String
The identifier of the stopped test run.
Instance Attribute Details
#status ⇒ String
The status of the test run.
4744 4745 4746 4747 4748 4749 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4744 class StopTestRunResponse < Struct.new( :test_run_id, :status) SENSITIVE = [] include Aws::Structure end |
#test_run_id ⇒ String
The identifier of the stopped test run.
4744 4745 4746 4747 4748 4749 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4744 class StopTestRunResponse < Struct.new( :test_run_id, :status) SENSITIVE = [] include Aws::Structure end |