Class: Aws::AlexaForBusiness::Types::BusinessReportRecurrence

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Instance Attribute Summary collapse

Instance Attribute Details

#start_dateString

The start date.

Returns:

  • (String)


290
291
292
293
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 290

class BusinessReportRecurrence < Struct.new(
  :start_date)
  include Aws::Structure
end