class Aws::Shield::Types::TimeRange

The time range.

@note When making an API call, you may pass TimeRange

data as a hash:

    {
      from_inclusive: Time.now,
      to_exclusive: Time.now,
    }

@!attribute [rw] from_inclusive

The start time, in Unix time in seconds. For more information see
[timestamp][1].

[1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types
@return [Time]

@!attribute [rw] to_exclusive

The end time, in Unix time in seconds. For more information see
[timestamp][1].

[1]: http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/TimeRange AWS API Documentation

Constants

SENSITIVE