Class: Aws::ApplicationSignals::Types::BatchDeleteSuccessfulDeletion

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

Overview

Represents a successfully deleted instrumentation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_hashString

Location hash of the deleted configuration (populated only when deleting by scope).

Returns:

  • (String)


352
353
354
355
356
357
358
# File 'lib/aws-sdk-applicationsignals/types.rb', line 352

class BatchDeleteSuccessfulDeletion < Struct.new(
  :resource_arn,
  :signal_type,
  :location_hash)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

ARN of the deleted configuration (populated only when deleting by ARN list).

Returns:

  • (String)


352
353
354
355
356
357
358
# File 'lib/aws-sdk-applicationsignals/types.rb', line 352

class BatchDeleteSuccessfulDeletion < Struct.new(
  :resource_arn,
  :signal_type,
  :location_hash)
  SENSITIVE = []
  include Aws::Structure
end

#signal_typeString

Signal type of the deleted configuration (populated only when deleting by scope).

Returns:

  • (String)


352
353
354
355
356
357
358
# File 'lib/aws-sdk-applicationsignals/types.rb', line 352

class BatchDeleteSuccessfulDeletion < Struct.new(
  :resource_arn,
  :signal_type,
  :location_hash)
  SENSITIVE = []
  include Aws::Structure
end