class
Amazonite::CloudWatchLogs::DescribeImportTasksResponse
- Amazonite::CloudWatchLogs::DescribeImportTasksResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_import_tasks_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(imports : Array(Import) | 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) -
#imports : Array(Import) | Nil
The list of import tasks that match the request filters.
-
#imports=(imports : Array(Import) | Nil)
The list of import tasks that match the request filters.
-
#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
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
The list of import tasks that match the request filters.
The list of import tasks that match the request filters.
def next_token : String | Nil
#
The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.
def next_token=(next_token : String | Nil)
#
The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.