class
Amazonite::CloudWatchLogs::DescribeImportTasksRequest
- Amazonite::CloudWatchLogs::DescribeImportTasksRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_import_tasks_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(import_id : String | Nil = nil, import_status : ImportStatus | Nil = nil, import_source_arn : String | Nil = nil, limit : Int32 | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#import_id : String | Nil
Optional filter to describe a specific import task by its ID.
-
#import_id=(import_id : String | Nil)
Optional filter to describe a specific import task by its ID.
-
#import_source_arn : String | Nil
Optional filter to list imports from a specific source
-
#import_source_arn=(import_source_arn : String | Nil)
Optional filter to list imports from a specific source
-
#import_status : ImportStatus | Nil
Optional filter to list imports by their status.
-
#import_status=(import_status : ImportStatus | Nil)
Optional filter to list imports by their status.
-
#limit : Int32 | Nil
The maximum number of import tasks to return in the response.
-
#limit=(limit : Int32 | Nil)
The maximum number of import tasks 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 describe a specific import task by its ID.
Optional filter to list imports from a specific source
Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
Optional filter to list imports by their status. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
The maximum number of import tasks to return in the response. Default: 50