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

Class: Aws::ElastiCache::Types::TimeRangeFilter

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

Overview

Note:

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

{
  start_time: Time.now,
  end_time: Time.now,
}

Filters update actions from the service updates that are in available status during the time range.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time of the time range filter

Returns:

  • (Time)

    The end time of the time range filter.

#start_timeTime

The start time of the time range filter

Returns:

  • (Time)

    The start time of the time range filter.