You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ScheduledInstanceAvailability

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a schedule that is available for your Scheduled Instances.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone.

Returns:

  • (String)

    The Availability Zone.

#available_instance_countInteger

The number of available instances.

Returns:

  • (Integer)

    The number of available instances.

#first_slot_start_timeTime

The time period for the first schedule to start.

Returns:

  • (Time)

    The time period for the first schedule to start.

#hourly_priceString

The hourly price for a single instance.

Returns:

  • (String)

    The hourly price for a single instance.

#instance_typeString

The instance type. You can specify one of the C3, C4, M4, or R3 instance types.

Returns:

  • (String)

    The instance type.

#max_term_duration_in_daysInteger

The maximum term. The only possible value is 365 days.

Returns:

  • (Integer)

    The maximum term.

#min_term_duration_in_daysInteger

The minimum term. The only possible value is 365 days.

Returns:

  • (Integer)

    The minimum term.

#network_platformString

The network platform (EC2-Classic or EC2-VPC).

Returns:

  • (String)

    The network platform (EC2-Classic or EC2-VPC).

#platformString

The platform (Linux/UNIX or Windows).

Returns:

  • (String)

    The platform (Linux/UNIX or Windows).

#purchase_tokenString

The purchase token. This token expires in two hours.

Returns:

  • (String)

    The purchase token.

#recurrenceTypes::ScheduledInstanceRecurrence

The schedule recurrence.

Returns:

#slot_duration_in_hoursInteger

The number of hours in the schedule.

Returns:

  • (Integer)

    The number of hours in the schedule.

#total_scheduled_instance_hoursInteger

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

Returns:

  • (Integer)

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