Class: Aws::EC2::Types::ScheduledInstance

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a Scheduled Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone.

Returns:

  • (String)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_dateTime

The date when the Scheduled Instance was purchased.

Returns:

  • (Time)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_priceString

The hourly price for a single instance.

Returns:

  • (String)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_countInteger

The number of instances.

Returns:

  • (Integer)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_typeString

The instance type.

Returns:

  • (String)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_platformString

The network platform.

Returns:

  • (String)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_timeTime

The time for the next schedule to start.

Returns:

  • (Time)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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

#platformString

The platform (Linux/UNIX or Windows).

Returns:

  • (String)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_timeTime

The time that the previous schedule ended or will end.

Returns:

  • (Time)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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

#recurrenceTypes::ScheduledInstanceRecurrence

The schedule recurrence.



59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_idString

The Scheduled Instance ID.

Returns:

  • (String)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_hoursInteger

The number of hours in the schedule.

Returns:

  • (Integer)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_dateTime

The end date for the Scheduled Instance.

Returns:

  • (Time)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_dateTime

The start date for the Scheduled Instance.

Returns:

  • (Time)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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_hoursInteger

The total number of hours for a single instance for the entire term.

Returns:

  • (Integer)


59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59397

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