Class: Aws::CloudWatchLogs::Types::GetLogObjectResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

The response from the GetLogObject operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_streamTypes::GetLogObjectResponseStream

A stream of structured log data returned by the GetLogObject operation. This stream contains log events with their associated metadata and extracted fields.



3436
3437
3438
3439
3440
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3436

class GetLogObjectResponse < Struct.new(
  :field_stream)
  SENSITIVE = []
  include Aws::Structure
end