You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Shield::Types::TimeRange

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TimeRange as input to an Aws::Client method, you can use a vanilla Hash:

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

The time range.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#from_inclusiveTime

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

Returns:

  • (Time)

    The start time, in Unix time in seconds.

#to_exclusiveTime

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

Returns:

  • (Time)

    The end time, in Unix time in seconds.