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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#start_dateString

The start date.

Returns:

  • (String)

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