Method: Aws::CloudWatchLogs::Types::PutDeliveryDestinationRequest#output_format
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
#output_format ⇒ String
The format for the logs that this delivery destination will receive.
7422 7423 7424 7425 7426 7427 7428 7429 7430 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7422 class PutDeliveryDestinationRequest < Struct.new( :name, :output_format, :delivery_destination_configuration, :delivery_destination_type, :tags) SENSITIVE = [] include Aws::Structure end |