Class: Aws::ApplicationSignals::Types::DeleteInstrumentationConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_statusString

The result of the delete request. The value is ‘DELETED` when the configuration has been removed.

Returns:

  • (String)


1159
1160
1161
1162
1163
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1159

class DeleteInstrumentationConfigurationResponse < Struct.new(
  :deletion_status)
  SENSITIVE = []
  include Aws::Structure
end