Class: Aws::AlexaForBusiness::Types::UpdateBusinessReportScheduleRequest

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

{
  schedule_arn: "Arn", # required
  s3_bucket_name: "CustomerS3BucketName",
  s3_key_prefix: "S3KeyPrefix",
  format: "CSV", # accepts CSV, CSV_ZIP
  schedule_name: "BusinessReportScheduleName",
  recurrence: {
    start_date: "Date",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the generated report (individual CSV files or zipped files of individual files).

Returns:

  • (String)


3924
3925
3926
3927
3928
3929
3930
3931
3932
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3924

class UpdateBusinessReportScheduleRequest < Struct.new(
  :schedule_arn,
  :s3_bucket_name,
  :s3_key_prefix,
  :format,
  :schedule_name,
  :recurrence)
  include Aws::Structure
end

#recurrenceTypes::BusinessReportRecurrence

The recurrence of the reports.



3924
3925
3926
3927
3928
3929
3930
3931
3932
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3924

class UpdateBusinessReportScheduleRequest < Struct.new(
  :schedule_arn,
  :s3_bucket_name,
  :s3_key_prefix,
  :format,
  :schedule_name,
  :recurrence)
  include Aws::Structure
end

#s3_bucket_nameString

The S3 location of the output reports.

Returns:

  • (String)


3924
3925
3926
3927
3928
3929
3930
3931
3932
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3924

class UpdateBusinessReportScheduleRequest < Struct.new(
  :schedule_arn,
  :s3_bucket_name,
  :s3_key_prefix,
  :format,
  :schedule_name,
  :recurrence)
  include Aws::Structure
end

#s3_key_prefixString

The S3 key where the report is delivered.

Returns:

  • (String)


3924
3925
3926
3927
3928
3929
3930
3931
3932
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3924

class UpdateBusinessReportScheduleRequest < Struct.new(
  :schedule_arn,
  :s3_bucket_name,
  :s3_key_prefix,
  :format,
  :schedule_name,
  :recurrence)
  include Aws::Structure
end

#schedule_arnString

The ARN of the business report schedule.

Returns:

  • (String)


3924
3925
3926
3927
3928
3929
3930
3931
3932
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3924

class UpdateBusinessReportScheduleRequest < Struct.new(
  :schedule_arn,
  :s3_bucket_name,
  :s3_key_prefix,
  :format,
  :schedule_name,
  :recurrence)
  include Aws::Structure
end

#schedule_nameString

The name identifier of the schedule.

Returns:

  • (String)


3924
3925
3926
3927
3928
3929
3930
3931
3932
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3924

class UpdateBusinessReportScheduleRequest < Struct.new(
  :schedule_arn,
  :s3_bucket_name,
  :s3_key_prefix,
  :format,
  :schedule_name,
  :recurrence)
  include Aws::Structure
end