Class: Aws::AlexaForBusiness::Types::BusinessReportRecurrence
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::BusinessReportRecurrence
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass BusinessReportRecurrence data as a hash:
{
start_date: "Date",
}
The recurrence of the reports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#start_date ⇒ String
The start date.
Instance Attribute Details
#start_date ⇒ String
The start date.
385 386 387 388 389 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 385 class BusinessReportRecurrence < Struct.new( :start_date) SENSITIVE = [] include Aws::Structure end |