Class: Aws::CloudWatchLogs::Types::DescribeImportTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeImportTasksResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
2589 2590 2591 2592 2593 2594 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2589 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.
2589 2590 2591 2592 2593 2594 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2589 class DescribeImportTasksResponse < Struct.new( :imports, :next_token) SENSITIVE = [] include Aws::Structure end |