Class: Aws::ApplicationSignals::Types::DeleteInstrumentationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::DeleteInstrumentationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment ⇒ String
Environment name for the instrumentation configuration.
-
#instrumentation_type ⇒ String
Type of instrumentation configuration (BREAKPOINT or PROBE).
-
#location_identifier ⇒ Types::LocationIdentifier
Location identifier - either full code location or a pre-computed hash.
-
#service ⇒ String
Service name for the instrumentation configuration.
-
#signal_type ⇒ String
Signal type for the instrumentation configuration.
Instance Attribute Details
#environment ⇒ String
Environment name for the instrumentation configuration.
1142 1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1142 class DeleteInstrumentationConfigurationRequest < Struct.new( :instrumentation_type, :service, :environment, :signal_type, :location_identifier) SENSITIVE = [] include Aws::Structure end |
#instrumentation_type ⇒ String
Type of instrumentation configuration (BREAKPOINT or PROBE). Required to identify the configuration to delete.
1142 1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1142 class DeleteInstrumentationConfigurationRequest < Struct.new( :instrumentation_type, :service, :environment, :signal_type, :location_identifier) SENSITIVE = [] include Aws::Structure end |
#location_identifier ⇒ Types::LocationIdentifier
Location identifier - either full code location or a pre-computed hash.
1142 1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1142 class DeleteInstrumentationConfigurationRequest < Struct.new( :instrumentation_type, :service, :environment, :signal_type, :location_identifier) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
Service name for the instrumentation configuration.
1142 1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1142 class DeleteInstrumentationConfigurationRequest < Struct.new( :instrumentation_type, :service, :environment, :signal_type, :location_identifier) SENSITIVE = [] include Aws::Structure end |
#signal_type ⇒ String
Signal type for the instrumentation configuration.
1142 1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1142 class DeleteInstrumentationConfigurationRequest < Struct.new( :instrumentation_type, :service, :environment, :signal_type, :location_identifier) SENSITIVE = [] include Aws::Structure end |