Class: Aws::CloudWatchLogs::Types::GetLogObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetLogObjectResponse
- 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
-
#field_stream ⇒ Types::GetLogObjectResponseStream
A stream of structured log data returned by the GetLogObject operation.
Instance Attribute Details
#field_stream ⇒ Types::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 |