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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

Instance Attribute Details

#earliest_timeTime

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

Returns:

  • (Time)


60765
60766
60767
60768
60769
60770
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60765

class SlotStartTimeRangeRequest < Struct.new(
  :earliest_time,
  :latest_time)
  SENSITIVE = []
  include Aws::Structure
end

#latest_timeTime

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

Returns:

  • (Time)


60765
60766
60767
60768
60769
60770
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60765

class SlotStartTimeRangeRequest < Struct.new(
  :earliest_time,
  :latest_time)
  SENSITIVE = []
  include Aws::Structure
end