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
- Struct
- Aws::AlexaForBusiness::Types::BusinessReportContentRange
- 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
-
#interval ⇒ String
The interval of the content range.
Instance Attribute Details
#interval ⇒ String
The interval of the content range.
Possible values:
- ONE_DAY
- ONE_WEEK
- THIRTY_DAYS