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>)


3355
3356
3357
3358
3359
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3355

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