Class: Aws::Resiliencehubv2::Types::StopTestRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::StopTestRunResponse
- Defined in:
- gems/aws-sdk-resiliencehubv2/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.
5377 5378 5379 5380 5381 5382 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5377 class StopTestRunResponse < Struct.new( :test_run_id, :status) SENSITIVE = [] include Aws::Structure end |
#test_run_id ⇒ String
The identifier of the stopped test run.
5377 5378 5379 5380 5381 5382 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5377 class StopTestRunResponse < Struct.new( :test_run_id, :status) SENSITIVE = [] include Aws::Structure end |