class
Amazonite::CloudWatchLogs::DescribeImportTaskBatchesResponse
- Amazonite::CloudWatchLogs::DescribeImportTaskBatchesResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_import_task_batches_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(import_source_arn : String | Nil = nil, import_id : String | Nil = nil, import_batches : Array(ImportBatch) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#import_batches : Array(ImportBatch) | Nil
The list of import batches that match the request filters.
-
#import_batches=(import_batches : Array(ImportBatch) | Nil)
The list of import batches that match the request filters.
-
#import_id : String | Nil
The ID of the import task.
-
#import_id=(import_id : String | Nil)
The ID of the import task.
-
#import_source_arn : String | Nil
The ARN of the source being imported from.
-
#import_source_arn=(import_source_arn : String | Nil)
The ARN of the source being imported from.
-
#next_token : String | Nil
The token to use when requesting the next set of results.
-
#next_token=(next_token : String | Nil)
The token to use when requesting the next set of results.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The list of import batches that match the request filters.
The list of import batches that match the request filters.
The ARN of the source being imported from.
The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.
The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.