Class: Aws::Resiliencehubv2::Types::StartTestRunRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehubv2/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 belongs to.

Returns:

  • (String)


4666
4667
4668
4669
4670
4671
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4666

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

#test_idString

The identifier of the test to run.

Returns:

  • (String)


4666
4667
4668
4669
4670
4671
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4666

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