class
Amazonite::CloudWatchLogs::DescribeImportTaskBatchesRequest
- Amazonite::CloudWatchLogs::DescribeImportTaskBatchesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_import_task_batches_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(import_id : String, batch_import_status : Array(ImportStatus) | Nil = nil, limit : Int32 | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#batch_import_status : Array(ImportStatus) | Nil
Optional filter to list import batches by their status.
-
#batch_import_status=(batch_import_status : Array(ImportStatus) | Nil)
Optional filter to list import batches by their status.
-
#hash(hasher)
See
Object#hash(hasher) -
#import_id : String
The ID of the import task to get batch information for.
-
#import_id=(import_id : String)
The ID of the import task to get batch information for.
-
#limit : Int32 | Nil
The maximum number of import batches to return in the response.
-
#limit=(limit : Int32 | Nil)
The maximum number of import batches to return in the response.
-
#next_token : String | Nil
The pagination token for the next set of results.
-
#next_token=(next_token : String | Nil)
The pagination token for the next set of results.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
Optional filter to list import batches by their status. Accepts multiple status values: IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
The maximum number of import batches to return in the response. Default: 10
The maximum number of import batches to return in the response. Default: 10