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

Class: Aws::CodeDeploy::Types::TimeRange

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

Overview

Note:

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

{
  start: Time.now,
  end: Time.now,
}

Information about a time range.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#endTime

The end time of the time range.

Specify null to leave the end time open-ended.

Returns:

  • (Time)

    The end time of the time range.

#startTime

The start time of the time range.

Specify null to leave the start time open-ended.

Returns:

  • (Time)

    The start time of the time range.