Class: Aws::ApplicationSignals::Types::BatchDeleteByResourceArns
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::BatchDeleteByResourceArns
- 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
-
#instrumentation_type ⇒ String
Instrumentation type: BREAKPOINT or PROBE.
-
#resource_arns ⇒ Array<String>
List of resource ARNs to delete.
Instance Attribute Details
#instrumentation_type ⇒ String
Instrumentation type: BREAKPOINT or PROBE.
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_arns ⇒ Array<String>
List of resource ARNs to delete.
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 |