Class: Aws::CloudWatchLogs::Types::DescribeLogStreamsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeLogStreamsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_streams ⇒ Array<Types::LogStream>
The log streams.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#log_streams ⇒ Array<Types::LogStream>
The log streams.
2162 2163 2164 2165 2166 2167 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2162 class DescribeLogStreamsResponse < Struct.new( :log_streams, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
2162 2163 2164 2165 2166 2167 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2162 class DescribeLogStreamsResponse < Struct.new( :log_streams, :next_token) SENSITIVE = [] include Aws::Structure end |