Class: Aws::ApplicationSignals::Types::BatchDeleteScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::BatchDeleteScope
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Scope parameters for bulk delete by scope.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ String
Environment identifier for the instrumentation configurations.
-
#instrumentation_type ⇒ String
Instrumentation type: BREAKPOINT or PROBE.
-
#service ⇒ String
Service name for the instrumentation configurations.
Instance Attribute Details
#environment ⇒ String
Environment identifier for the instrumentation configurations.
325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 325 class BatchDeleteScope < Struct.new( :service, :environment, :instrumentation_type) SENSITIVE = [] include Aws::Structure end |
#instrumentation_type ⇒ String
Instrumentation type: BREAKPOINT or PROBE.
325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 325 class BatchDeleteScope < Struct.new( :service, :environment, :instrumentation_type) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
Service name for the instrumentation configurations.
325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 325 class BatchDeleteScope < Struct.new( :service, :environment, :instrumentation_type) SENSITIVE = [] include Aws::Structure end |