Class: Aws::EC2::Types::SlotStartTimeRangeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SlotStartTimeRangeRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the time period for a Scheduled Instance to start its first schedule.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #earliest_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The earliest date and time, in UTC, for the Scheduled Instance to start.
 - 
  
    
      #latest_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The latest date and time, in UTC, for the Scheduled Instance to start.
 
Instance Attribute Details
#earliest_time ⇒ Time
The earliest date and time, in UTC, for the Scheduled Instance to start.
      65533 65534 65535 65536 65537 65538  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65533 class SlotStartTimeRangeRequest < Struct.new( :earliest_time, :latest_time) SENSITIVE = [] include Aws::Structure end  | 
  
#latest_time ⇒ Time
The latest date and time, in UTC, for the Scheduled Instance to start.
      65533 65534 65535 65536 65537 65538  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65533 class SlotStartTimeRangeRequest < Struct.new( :earliest_time, :latest_time) SENSITIVE = [] include Aws::Structure end  |