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.



4079
4080
4081
4082
4083
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4079

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