Class: Aws::CloudWatchLogs::Types::DescribeImportTaskBatchesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_batchesArray<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_idString

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_arnString

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_tokenString

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