Class: Aws::CloudWatchLogs::Types::DescribeLogStreamsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_streamsArray<Types::LogStream>

The log streams.

Returns:



1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1562

class DescribeLogStreamsResponse < Struct.new(
  :log_streams,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1562

class DescribeLogStreamsResponse < Struct.new(
  :log_streams,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end