Class: Aws::AlexaForBusiness::Types::DeleteBusinessReportScheduleRequest

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 DeleteBusinessReportScheduleRequest data as a hash:

{
  schedule_arn: "Arn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_arnString

The ARN of the business report schedule.

Returns:

  • (String)


1067
1068
1069
1070
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1067

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