A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Health/Types/DateTimeRange.html below:

DateTimeRange — AWS SDK for Ruby V2

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

Class: Aws::Health::Types::DateTimeRange
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  from: Time.now,
  to: Time.now,
}

A range of dates and times that is used by the EventFilter and EntityFilter objects. If from is set and to is set: match items where the timestamp (startTime, endTime, or lastUpdatedTime) is between from and to inclusive. If from is set and to is not set: match items where the timestamp value is equal to or after from. If from is not set and to is set: match items where the timestamp value is equal to or before to.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #from ⇒ Time

The starting date and time of a time range.

#to ⇒ Time

The ending date and time of a time range.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4