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
| 9513 9514 9515 9516 9517 9518 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9513 class TimeRangeFilter < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end | 
#start_time ⇒ Time
The start time of the time range filter
| 9513 9514 9515 9516 9517 9518 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9513 class TimeRangeFilter < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |