Class: Aws::Resiliencehubv2::Types::StopTestRunRequest

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

#service_arnString

The ARN of the service the test run belongs to.

Returns:

  • (String)


4727
4728
4729
4730
4731
4732
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4727

class StopTestRunRequest < Struct.new(
  :test_run_id,
  :service_arn)
  SENSITIVE = []
  include Aws::Structure
end

#test_run_idString

The identifier of the test run to stop.

Returns:

  • (String)


4727
4728
4729
4730
4731
4732
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4727

class StopTestRunRequest < Struct.new(
  :test_run_id,
  :service_arn)
  SENSITIVE = []
  include Aws::Structure
end