class Aws::CodeDeploy::Types::TimeRange

Information about a time range.

@note When making an API call, you may pass TimeRange

data as a hash:

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

@!attribute [rw] start

The start time of the time range.

<note markdown="1"> Specify null to leave the start time open-ended.

 </note>
@return [Time]

@!attribute [rw] end

The end time of the time range.

<note markdown="1"> Specify null to leave the end time open-ended.

 </note>
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TimeRange AWS API Documentation

Constants

SENSITIVE