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

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

#formatString

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

Returns:

  • (String)


4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4819

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

#recurrenceTypes::BusinessReportRecurrence

The recurrence of the reports.



4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4819

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

#s3_bucket_nameString

The S3 location of the output reports.

Returns:

  • (String)


4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4819

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

#s3_key_prefixString

The S3 key where the report is delivered.

Returns:

  • (String)


4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4819

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

#schedule_arnString

The ARN of the business report schedule.

Returns:

  • (String)


4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4819

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

#schedule_nameString

The name identifier of the schedule.

Returns:

  • (String)


4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4819

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