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

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)


1356
1357
1358
1359
1360
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1356

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