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

Class: Aws::EC2::Types::SlotStartTimeRangeRequest

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

Overview

Note:

When passing SlotStartTimeRangeRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  earliest_time: Time.now,
  latest_time: Time.now,
}

Describes the time period for a Scheduled Instance to start its first schedule.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#earliest_timeTime

The earliest date and time, in UTC, for the Scheduled Instance to start.

Returns:

  • (Time)

    The earliest date and time, in UTC, for the Scheduled Instance to start.

#latest_timeTime

The latest date and time, in UTC, for the Scheduled Instance to start.

Returns:

  • (Time)

    The latest date and time, in UTC, for the Scheduled Instance to start.