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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

The recurrence of the reports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#start_dateString

The start date.

Returns:

  • (String)


309
310
311
312
313
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 309

class BusinessReportRecurrence < Struct.new(
  :start_date)
  SENSITIVE = []
  include Aws::Structure
end