Class: Aws::CloudWatchLogs::Types::DescribeImportTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeImportTasksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#imports ⇒ Array<Types::Import>
The list of import tasks that match the request filters.
-
#next_token ⇒ String
The token to use when requesting the next set of results.
Instance Attribute Details
#imports ⇒ Array<Types::Import>
The list of import tasks that match the request filters.
2423 2424 2425 2426 2427 2428 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2423 class DescribeImportTasksResponse < Struct.new( :imports, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.
2423 2424 2425 2426 2427 2428 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2423 class DescribeImportTasksResponse < Struct.new( :imports, :next_token) SENSITIVE = [] include Aws::Structure end |