Class: Aws::ApplicationSignals::Types::DeleteInstrumentationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::DeleteInstrumentationConfigurationResponse
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_status ⇒ String
The result of the delete request.
Instance Attribute Details
#deletion_status ⇒ String
The result of the delete request. The value is DELETED when the
configuration has been removed.
1159 1160 1161 1162 1163 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1159 class DeleteInstrumentationConfigurationResponse < Struct.new( :deletion_status) SENSITIVE = [] include Aws::Structure end |