class Aws::SSMContacts::Types::TimeRange

A range of between two set times

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

data as a hash:

    {
      start_time: Time.now,
      end_time: Time.now,
    }

@!attribute [rw] start_time

The start of the time range.
@return [Time]

@!attribute [rw] end_time

The end of the time range.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/TimeRange AWS API Documentation

Constants

SENSITIVE