class Amazonite::CloudWatchLogs::ImportStatistics

Overview

Statistics about the import progress

Included Modules

Defined in:

cloudwatch_logs/import_statistics.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(bytes_imported : Int64 | Nil = nil) #

[View source]

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.


[View source]
def bytes_imported=(bytes_imported : Int64 | Nil) #

The total number of bytes that have been imported to the managed log group.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]