Method: Awspec::Helper::Finder::CloudwatchLogs#last_cloudwatch_logs_stream_by_log_group_name
- Defined in:
- lib/awspec/helper/finder/cloudwatch_logs.rb
#last_cloudwatch_logs_stream_by_log_group_name(id) ⇒ Object
12 13 14 |
# File 'lib/awspec/helper/finder/cloudwatch_logs.rb', line 12 def last_cloudwatch_logs_stream_by_log_group_name(id) cloudwatch_logs_client.describe_log_streams({ log_group_name: id }).log_streams.last end |