Class: Aws::AppRunner::Types::TraceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::TraceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Describes the configuration of the tracing feature within an App Runner observability configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vendor ⇒ String
The implementation provider chosen for tracing App Runner services.
Instance Attribute Details
#vendor ⇒ String
The implementation provider chosen for tracing App Runner services.
2837 2838 2839 2840 2841 |
# File 'lib/aws-sdk-apprunner/types.rb', line 2837 class TraceConfiguration < Struct.new( :vendor) SENSITIVE = [] include Aws::Structure end |