class
Amazonite::CloudWatchLogs::DescribeExportTasksResponse
- Amazonite::CloudWatchLogs::DescribeExportTasksResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_export_tasks_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(export_tasks : Array(ExportTask) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#export_tasks : Array(ExportTask) | Nil
The export tasks.
-
#export_tasks=(export_tasks : Array(ExportTask) | Nil)
The export tasks.
-
#hash(hasher)
See
Object#hash(hasher) - #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #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?.