Class: Aws::AlexaForBusiness::Types::BusinessReportS3Location

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

Overview

The S3 location of the output reports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The S3 bucket name of the output reports.

Returns:

  • (String)


327
328
329
330
331
332
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 327

class BusinessReportS3Location < Struct.new(
  :path,
  :bucket_name)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path of the business report.

Returns:

  • (String)


327
328
329
330
331
332
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 327

class BusinessReportS3Location < Struct.new(
  :path,
  :bucket_name)
  SENSITIVE = []
  include Aws::Structure
end