Class: Aws::ApplicationSignals::Types::BatchDeleteScope

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#environmentString

Environment identifier for the instrumentation configurations.

Returns:

  • (String)


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_typeString

Instrumentation type: BREAKPOINT or PROBE.

Returns:

  • (String)


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

#serviceString

Service name for the instrumentation configurations.

Returns:

  • (String)


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