class
Amazonite::CloudWatchLogs::ImportStatistics
- Amazonite::CloudWatchLogs::ImportStatistics
- Reference
- Object
Overview
Statistics about the import progress
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/import_statistics.crConstructors
- .new(pull : JSON::PullParser)
- .new(bytes_imported : Int64 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#bytes_imported : Int64 | Nil
The total number of bytes that have been imported to the managed log group.
-
#bytes_imported=(bytes_imported : Int64 | Nil)
The total number of bytes that have been imported to the managed log group.
-
#hash(hasher)
See
Object#hash(hasher) - #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?.
def bytes_imported : Int64 | Nil
#
The total number of bytes that have been imported to the managed log group.
def bytes_imported=(bytes_imported : Int64 | Nil)
#
The total number of bytes that have been imported to the managed log group.