class Amazonite::CloudWatch::Range

Overview

Specifies one range of days or times to exclude from use for training an anomaly detection model.

Included Modules

Defined in:

cloudwatch/range.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start_time : Time, end_time : Time) #

[View source]
def self.new(pull : JSON::PullParser) #

[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 end_time : Time #

The end time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example, 2019-07-01T23:59:59.


[View source]
def end_time=(end_time : Time) #

The end time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example, 2019-07-01T23:59:59.


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

See Object#hash(hasher)


def start_time : Time #

The start time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example, 2019-07-01T23:59:59.


[View source]
def start_time=(start_time : Time) #

The start time of the range to exclude. The format is yyyy-MM-dd'T'HH:mm:ss. For example, 2019-07-01T23:59:59.


[View source]
def validate! : Nil #

[View source]