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

Class: Aws::AlexaForBusiness::Types::BusinessReportContentRange

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

Overview

Note:

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

{
  interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
}

The content range of the report.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#intervalString

The interval of the content range.

Possible values:

  • ONE_DAY
  • ONE_WEEK
  • THIRTY_DAYS

Returns:

  • (String)

    The interval of the content range.