Class: Aws::ApplicationSignals::Types::BatchDeleteSuccessfulDeletion
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::BatchDeleteSuccessfulDeletion
- 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
-
#location_hash ⇒ String
Location hash of the deleted configuration (populated only when deleting by scope).
-
#resource_arn ⇒ String
ARN of the deleted configuration (populated only when deleting by ARN list).
-
#signal_type ⇒ String
Signal type of the deleted configuration (populated only when deleting by scope).
Instance Attribute Details
#location_hash ⇒ String
Location hash of the deleted configuration (populated only when deleting by scope).
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_arn ⇒ String
ARN of the deleted configuration (populated only when deleting by ARN list).
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_type ⇒ String
Signal type of the deleted configuration (populated only when deleting by scope).
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 |