You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeDeploy::Types::TimeRange
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeDeploy::Types::TimeRange
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing TimeRange as input to an Aws::Client method, you can use a vanilla Hash:
{
  start: Time.now,
  end: Time.now,
}
Information about a time range.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #end  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The end time of the time range. 
- 
  
    
      #start  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The start time of the time range. 
Instance Attribute Details
#end ⇒ Time
The end time of the time range.
#start ⇒ Time
The start time of the time range.