class
Amazonite::CloudWatchLogs::DescribeExportTasksRequest
- Amazonite::CloudWatchLogs::DescribeExportTasksRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_export_tasks_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(task_id : String | Nil = nil, status_code : ExportTaskStatusCode | Nil = nil, next_token : String | Nil = nil, limit : Int32 | 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) -
#limit : Int32 | Nil
The maximum number of items returned.
-
#limit=(limit : Int32 | Nil)
The maximum number of items returned.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#status_code : ExportTaskStatusCode | Nil
The status code of the export task.
-
#status_code=(status_code : ExportTaskStatusCode | Nil)
The status code of the export task.
-
#task_id : String | Nil
The ID of the export task.
-
#task_id=(task_id : String | Nil)
The ID of the export task.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
The ID of the export task. Specifying a task ID filters the results to one or zero export tasks.
The ID of the export task. Specifying a task ID filters the results to one or zero export tasks.