class Aws::LicenseManager::Types::DatetimeRange

Describes a time range, in ISO8601-UTC format.

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

data as a hash:

    {
      begin: "ISO8601DateTime", # required
      end: "ISO8601DateTime",
    }

@!attribute [rw] begin

Start of the time range.
@return [String]

@!attribute [rw] end

End of the time range.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/DatetimeRange AWS API Documentation

Constants

SENSITIVE