Class: Aws::Resiliencehubv2::Types::DeleteTestSourcesRequest

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)


1089
1090
1091
1092
1093
1094
1095
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1089

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

#test_idString

The identifier of the test to remove sources from.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
1095
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1089

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

#test_sourcesArray<Types::TestSourceInput>

The monitoring sources to remove.

Returns:



1089
1090
1091
1092
1093
1094
1095
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1089

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