class Aws::LicenseManager::Types::ReportFrequency

Details on how frequently reports are generated.

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

data as a hash:

    {
      value: 1,
      period: "DAY", # accepts DAY, WEEK, MONTH
    }

@!attribute [rw] value

Number of times within the frequency period that a report will be
generated. Currently only `1` is supported.
@return [Integer]

@!attribute [rw] period

Time period between each report. The period can be daily, weekly, or
monthly.
@return [String]

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

Constants

SENSITIVE