Class: Aws::ApplicationSignals::Types::BatchDeleteInstrumentationConfigurationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_targetTypes::BatchDeleteDeletionTarget

The deletion target - either bulk by scope or targeted by ARN list.



277
278
279
280
281
# File 'lib/aws-sdk-applicationsignals/types.rb', line 277

class BatchDeleteInstrumentationConfigurationsRequest < Struct.new(
  :deletion_target)
  SENSITIVE = []
  include Aws::Structure
end