Class: Aws::CloudWatchLogs::Types::GetLogRecordResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetLogRecordResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_record ⇒ Hash<String,String>
The requested log event, as a JSON string.
Instance Attribute Details
#log_record ⇒ Hash<String,String>
The requested log event, as a JSON 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 |