Class: Aws::CloudWatchLogs::Types::DescribeExportTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeExportTasksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_tasks ⇒ Array<Types::ExportTask>
The export tasks.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#export_tasks ⇒ Array<Types::ExportTask>
The export tasks.
1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1616 class DescribeExportTasksResponse < Struct.new( :export_tasks, :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.
1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1616 class DescribeExportTasksResponse < Struct.new( :export_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |