Class: Aws::ApplicationSignals::Types::BatchDeleteByResourceArns

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationsignals/types.rb

Overview

Parameters for targeted delete by ARN list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instrumentation_typeString

Instrumentation type: BREAKPOINT or PROBE.

Returns:

  • (String)


211
212
213
214
215
216
# File 'lib/aws-sdk-applicationsignals/types.rb', line 211

class BatchDeleteByResourceArns < Struct.new(
  :resource_arns,
  :instrumentation_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnsArray<String>

List of resource ARNs to delete.

Returns:

  • (Array<String>)


211
212
213
214
215
216
# File 'lib/aws-sdk-applicationsignals/types.rb', line 211

class BatchDeleteByResourceArns < Struct.new(
  :resource_arns,
  :instrumentation_type)
  SENSITIVE = []
  include Aws::Structure
end