Class: Aws::CloudWatchLogs::Types::DescribeImportTaskBatchesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeImportTaskBatchesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_batches ⇒ Array<Types::ImportBatch>
The list of import batches that match the request filters.
-
#import_id ⇒ String
The ID of the import task.
-
#import_source_arn ⇒ String
The ARN of the source being imported from.
-
#next_token ⇒ String
The token to use when requesting the next set of results.
Instance Attribute Details
#import_batches ⇒ Array<Types::ImportBatch>
The list of import batches that match the request filters.
2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2369 class DescribeImportTaskBatchesResponse < Struct.new( :import_source_arn, :import_id, :import_batches, :next_token) SENSITIVE = [] include Aws::Structure end |
#import_id ⇒ String
The ID of the import task.
2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2369 class DescribeImportTaskBatchesResponse < Struct.new( :import_source_arn, :import_id, :import_batches, :next_token) SENSITIVE = [] include Aws::Structure end |
#import_source_arn ⇒ String
The ARN of the source being imported from.
2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2369 class DescribeImportTaskBatchesResponse < Struct.new( :import_source_arn, :import_id, :import_batches, :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.
2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2369 class DescribeImportTaskBatchesResponse < Struct.new( :import_source_arn, :import_id, :import_batches, :next_token) SENSITIVE = [] include Aws::Structure end |