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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time of the time range filter

Returns:

  • (Time)


9411
9412
9413
9414
9415
9416
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9411

class TimeRangeFilter < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the time range filter

Returns:

  • (Time)


9411
9412
9413
9414
9415
9416
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9411

class TimeRangeFilter < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end