Class: Aws::ObservabilityAdmin::Types::LogDeliveryParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::LogDeliveryParameters
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
Configuration parameters for Amazon Bedrock AgentCore logging,
including logType settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_types ⇒ Array<String>
The type of log that the source is sending.
Instance Attribute Details
#log_types ⇒ Array<String>
The type of log that the source is sending.
1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1543 class LogDeliveryParameters < Struct.new( :log_types) SENSITIVE = [] include Aws::Structure end |