class
Amazonite::CloudWatchLogs::LiveTailSessionStart
- Amazonite::CloudWatchLogs::LiveTailSessionStart
- Reference
- Object
Overview
This object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/live_tail_session_start.crConstructors
- .new(pull : JSON::PullParser)
- .new(request_id : String | Nil = nil, session_id : String | Nil = nil, log_group_identifiers : Array(String) | Nil = nil, log_stream_names : Array(String) | Nil = nil, log_stream_name_prefixes : Array(String) | Nil = nil, log_event_filter_pattern : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_event_filter_pattern : String | Nil
An optional pattern to filter the results to include only log events that match the pattern.
-
#log_event_filter_pattern=(log_event_filter_pattern : String | Nil)
An optional pattern to filter the results to include only log events that match the pattern.
-
#log_group_identifiers : Array(String) | Nil
An array of the names and ARNs of the log groups included in this Live Tail session.
-
#log_group_identifiers=(log_group_identifiers : Array(String) | Nil)
An array of the names and ARNs of the log groups included in this Live Tail session.
-
#log_stream_name_prefixes : Array(String) | Nil
If your StartLiveTail operation request included a
logStreamNamePrefixesparameter that filtered the session to only include log streams that have names that start with certain prefixes, these prefixes are listed here. -
#log_stream_name_prefixes=(log_stream_name_prefixes : Array(String) | Nil)
If your StartLiveTail operation request included a
logStreamNamePrefixesparameter that filtered the session to only include log streams that have names that start with certain prefixes, these prefixes are listed here. -
#log_stream_names : Array(String) | Nil
If your StartLiveTail operation request included a
logStreamNamesparameter that filtered the session to only include certain log streams, these streams are listed here. -
#log_stream_names=(log_stream_names : Array(String) | Nil)
If your StartLiveTail operation request included a
logStreamNamesparameter that filtered the session to only include certain log streams, these streams are listed here. -
#request_id : String | Nil
The unique ID generated by CloudWatch Logs to identify this Live Tail session request.
-
#request_id=(request_id : String | Nil)
The unique ID generated by CloudWatch Logs to identify this Live Tail session request.
-
#session_id : String | Nil
The unique ID generated by CloudWatch Logs to identify this Live Tail session.
-
#session_id=(session_id : String | Nil)
The unique ID generated by CloudWatch Logs to identify this Live Tail session.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An optional pattern to filter the results to include only log events that match the pattern. For
example, a filter pattern of error 404 displays only log events that include both error and
404.
For more information about filter pattern syntax, see Filter and Pattern Syntax.
An optional pattern to filter the results to include only log events that match the pattern. For
example, a filter pattern of error 404 displays only log events that include both error and
404.
For more information about filter pattern syntax, see Filter and Pattern Syntax.
An array of the names and ARNs of the log groups included in this Live Tail session.
An array of the names and ARNs of the log groups included in this Live Tail session.
If your StartLiveTail operation request included a logStreamNamePrefixes parameter that
filtered the session to only include log streams that have names that start with certain
prefixes, these prefixes are listed here.
If your StartLiveTail operation request included a logStreamNamePrefixes parameter that
filtered the session to only include log streams that have names that start with certain
prefixes, these prefixes are listed here.
If your StartLiveTail operation request included a logStreamNames parameter that filtered the
session to only include certain log streams, these streams are listed here.
If your StartLiveTail operation request included a logStreamNames parameter that filtered the
session to only include certain log streams, these streams are listed here.
The unique ID generated by CloudWatch Logs to identify this Live Tail session request.
The unique ID generated by CloudWatch Logs to identify this Live Tail session request.
The unique ID generated by CloudWatch Logs to identify this Live Tail session.
The unique ID generated by CloudWatch Logs to identify this Live Tail session.