Class: Aws::AlexaForBusiness::Types::BusinessReport

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

Overview

Usage report with specified parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_timeTime

The time of report delivery.

Returns:

  • (Time)


277
278
279
280
281
282
283
284
285
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 277

class BusinessReport < Struct.new(
  :status,
  :failure_code,
  :s3_location,
  :delivery_time,
  :download_url)
  SENSITIVE = []
  include Aws::Structure
end

#download_urlString

The download link where a user can download the report.

Returns:

  • (String)


277
278
279
280
281
282
283
284
285
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 277

class BusinessReport < Struct.new(
  :status,
  :failure_code,
  :s3_location,
  :delivery_time,
  :download_url)
  SENSITIVE = []
  include Aws::Structure
end

#failure_codeString

The failure code.

Returns:

  • (String)


277
278
279
280
281
282
283
284
285
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 277

class BusinessReport < Struct.new(
  :status,
  :failure_code,
  :s3_location,
  :delivery_time,
  :download_url)
  SENSITIVE = []
  include Aws::Structure
end

#s3_locationTypes::BusinessReportS3Location

The S3 location of the output reports.



277
278
279
280
281
282
283
284
285
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 277

class BusinessReport < Struct.new(
  :status,
  :failure_code,
  :s3_location,
  :delivery_time,
  :download_url)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).

Returns:

  • (String)


277
278
279
280
281
282
283
284
285
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 277

class BusinessReport < Struct.new(
  :status,
  :failure_code,
  :s3_location,
  :delivery_time,
  :download_url)
  SENSITIVE = []
  include Aws::Structure
end