Class: Aws::AlexaForBusiness::Types::BusinessReportContentRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::BusinessReportContentRange
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass BusinessReportContentRange data as a hash:
{
interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
}
The content range of the report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#interval ⇒ String
The interval of the content range.
Instance Attribute Details
#interval ⇒ String
The interval of the content range.
364 365 366 367 368 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 364 class BusinessReportContentRange < Struct.new( :interval) SENSITIVE = [] include Aws::Structure end |