Class: Aws::Resiliencehubv2::Types::PutTestSourcesRequest

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 belongs to.

Returns:

  • (String)


3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3321

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

#test_idString

The identifier of the test to add sources to.

Returns:

  • (String)


3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3321

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

#test_sourcesArray<Types::TestSourceInput>

The monitoring sources to add or update.

Returns:



3321
3322
3323
3324
3325
3326
3327
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3321

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