Class: Aws::AlexaForBusiness::Types::BusinessReportSchedule

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

Overview

The schedule of the usage report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_rangeTypes::BusinessReportContentRange

The content range of the reports.



372
373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 372

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

#formatString

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

Returns:

  • (String)


372
373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 372

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

#last_business_reportTypes::BusinessReport

The details of the last business report delivery for a specified time interval.



372
373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 372

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

#recurrenceTypes::BusinessReportRecurrence

The recurrence of the reports.



372
373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 372

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

#s3_bucket_nameString

The S3 bucket name of the output reports.

Returns:

  • (String)


372
373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 372

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

#s3_key_prefixString

The S3 key where the report is delivered.

Returns:

  • (String)


372
373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 372

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

#schedule_arnString

The ARN of the business report schedule.

Returns:

  • (String)


372
373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 372

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

#schedule_nameString

The name identifier of the schedule.

Returns:

  • (String)


372
373
374
375
376
377
378
379
380
381
382
383
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 372

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