Class: Aws::ApplicationSignals::Types::BatchDeleteInstrumentationConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::BatchDeleteInstrumentationConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_target ⇒ Types::BatchDeleteDeletionTarget
The deletion target - either bulk by scope or targeted by ARN list.
Instance Attribute Details
#deletion_target ⇒ Types::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 |