Class: Aws::AppStream::Types::CreateUsageReportSubscriptionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_nameString

The Amazon S3 bucket where generated reports are stored.

If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, WorkSpaces Applications created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, WorkSpaces Applications uses the same bucket to store your usage reports. If you haven’t already enabled on-instance session scripts, when you enable usage reports, WorkSpaces Applications creates a new S3 bucket.

Returns:

  • (String)


2538
2539
2540
2541
2542
2543
# File 'lib/aws-sdk-appstream/types.rb', line 2538

class CreateUsageReportSubscriptionResult < Struct.new(
  :s3_bucket_name,
  :schedule)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleString

The schedule for generating usage reports.

Returns:

  • (String)


2538
2539
2540
2541
2542
2543
# File 'lib/aws-sdk-appstream/types.rb', line 2538

class CreateUsageReportSubscriptionResult < Struct.new(
  :s3_bucket_name,
  :schedule)
  SENSITIVE = []
  include Aws::Structure
end