Class: Aws::ApplicationSignals::Types::GetInstrumentationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::GetInstrumentationConfigurationRequest
- 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.
1370 1371 1372 1373 1374 1375 1376 1377 1378 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1370 class GetInstrumentationConfigurationRequest < 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 retrieve.
1370 1371 1372 1373 1374 1375 1376 1377 1378 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1370 class GetInstrumentationConfigurationRequest < 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.
1370 1371 1372 1373 1374 1375 1376 1377 1378 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1370 class GetInstrumentationConfigurationRequest < Struct.new( :instrumentation_type, :service, :environment, :signal_type, :location_identifier) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
Service name for the instrumentation configuration.
1370 1371 1372 1373 1374 1375 1376 1377 1378 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1370 class GetInstrumentationConfigurationRequest < Struct.new( :instrumentation_type, :service, :environment, :signal_type, :location_identifier) SENSITIVE = [] include Aws::Structure end |
#signal_type ⇒ String
Signal type for the instrumentation configuration.
1370 1371 1372 1373 1374 1375 1376 1377 1378 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1370 class GetInstrumentationConfigurationRequest < Struct.new( :instrumentation_type, :service, :environment, :signal_type, :location_identifier) SENSITIVE = [] include Aws::Structure end |