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)


5299
5300
5301
5302
5303
5304
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5299

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

#test_idString

The identifier of the test to run.

Returns:

  • (String)


5299
5300
5301
5302
5303
5304
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5299

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