Class: Aws::AlexaForBusiness::Types::CreateBusinessReportScheduleResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_arnString

The ARN of the business report schedule.

Returns:

  • (String)


628
629
630
631
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 628

class CreateBusinessReportScheduleResponse < Struct.new(
  :schedule_arn)
  include Aws::Structure
end