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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_arnString

The ARN of the business report schedule.

Returns:

  • (String)


703
704
705
706
707
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 703

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