class
Amazonite::CloudWatchLogs::GetLogRecordRequest
- Amazonite::CloudWatchLogs::GetLogRecordRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_log_record_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_record_pointer : String, unmask : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_record_pointer : String
The pointer corresponding to the log event record you want to retrieve.
-
#log_record_pointer=(log_record_pointer : String)
The pointer corresponding to the log event record you want to retrieve.
-
#unmask : Bool | Nil
Specify
trueto display the log event fields with all sensitive data unmasked and visible. -
#unmask=(unmask : Bool | Nil)
Specify
trueto display the log event fields with all sensitive data unmasked and visible. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The pointer corresponding to the log event record you want to retrieve. You get this from the
response of a GetQueryResults operation. In that response, the value of the @ptr field for a
log event is the value to use as logRecordPointer to retrieve that complete log event record.
The pointer corresponding to the log event record you want to retrieve. You get this from the
response of a GetQueryResults operation. In that response, the value of the @ptr field for a
log event is the value to use as logRecordPointer to retrieve that complete log event record.
Specify true to display the log event fields with all sensitive data unmasked and visible. The
default is false.
To use this operation with this parameter, you must be signed into an account with the
logs:Unmask permission.
Specify true to display the log event fields with all sensitive data unmasked and visible. The
default is false.
To use this operation with this parameter, you must be signed into an account with the
logs:Unmask permission.