Class: Aws::CloudWatchLogs::Types::GetLogRecordResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_recordHash<String,String>

The requested log event, as a JSON string.

Returns:

  • (Hash<String,String>)


2583
2584
2585
2586
2587
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2583

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