Class: Aws::EC2::Types::ScheduledInstance
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ScheduledInstance
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a Scheduled Instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Availability Zone.
 - 
  
    
      #create_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the Scheduled Instance was purchased.
 - 
  
    
      #hourly_price  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The hourly price for a single instance.
 - 
  
    
      #instance_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of instances.
 - 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance type.
 - 
  
    
      #network_platform  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network platform.
 - 
  
    
      #next_slot_start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time for the next schedule to start.
 - 
  
    
      #platform  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The platform (‘Linux/UNIX` or `Windows`).
 - 
  
    
      #previous_slot_end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the previous schedule ended or will end.
 - 
  
    
      #recurrence  ⇒ Types::ScheduledInstanceRecurrence 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The schedule recurrence.
 - 
  
    
      #scheduled_instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Scheduled Instance ID.
 - 
  
    
      #slot_duration_in_hours  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of hours in the schedule.
 - 
  
    
      #term_end_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The end date for the Scheduled Instance.
 - 
  
    
      #term_start_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start date for the Scheduled Instance.
 - 
  
    
      #total_scheduled_instance_hours  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of hours for a single instance for the entire term.
 
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#create_date ⇒ Time
The date when the Scheduled Instance was purchased.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#hourly_price ⇒ String
The hourly price for a single instance.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_count ⇒ Integer
The number of instances.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_type ⇒ String
The instance type.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#network_platform ⇒ String
The network platform.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#next_slot_start_time ⇒ Time
The time for the next schedule to start.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#platform ⇒ String
The platform (‘Linux/UNIX` or `Windows`).
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#previous_slot_end_time ⇒ Time
The time that the previous schedule ended or will end.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#recurrence ⇒ Types::ScheduledInstanceRecurrence
The schedule recurrence.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#scheduled_instance_id ⇒ String
The Scheduled Instance ID.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#slot_duration_in_hours ⇒ Integer
The number of hours in the schedule.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#term_end_date ⇒ Time
The end date for the Scheduled Instance.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#term_start_date ⇒ Time
The start date for the Scheduled Instance.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  | 
  
#total_scheduled_instance_hours ⇒ Integer
The total number of hours for a single instance for the entire term.
      64629 64630 64631 64632 64633 64634 64635 64636 64637 64638 64639 64640 64641 64642 64643 64644 64645 64646 64647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64629 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end  |