class
Amazonite::CloudWatchLogs::GetLogObjectRequest
- Amazonite::CloudWatchLogs::GetLogObjectRequest
- Reference
- Object
Overview
The parameters for the GetLogObject operation.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_log_object_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_object_pointer : String
A pointer to the specific log object to retrieve.
-
#log_object_pointer=(log_object_pointer : String)
A pointer to the specific log object to retrieve.
-
#unmask : Bool | Nil
A boolean flag that indicates whether to unmask sensitive log data.
-
#unmask=(unmask : Bool | Nil)
A boolean flag that indicates whether to unmask sensitive log data.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A pointer to the specific log object to retrieve. This is a required parameter that uniquely identifies the log object within CloudWatch Logs. The pointer is typically obtained from a previous query or filter operation.
A pointer to the specific log object to retrieve. This is a required parameter that uniquely identifies the log object within CloudWatch Logs. The pointer is typically obtained from a previous query or filter operation.
A boolean flag that indicates whether to unmask sensitive log data. When set to true, any masked or redacted data in the log object will be displayed in its original form. Default is false.
A boolean flag that indicates whether to unmask sensitive log data. When set to true, any masked or redacted data in the log object will be displayed in its original form. Default is false.