Class: Aws::ElastiCache::Types::TimeRangeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::TimeRangeFilter
- 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
-
#end_time ⇒ Time
The end time of the time range filter.
-
#start_time ⇒ Time
The start time of the time range filter.
Instance Attribute Details
#end_time ⇒ Time
The end time of the time range filter
9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9475 class TimeRangeFilter < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the time range filter
9475 9476 9477 9478 9479 9480 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9475 class TimeRangeFilter < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |