Class: Aws::AppStream::Types::CreateUsageReportSubscriptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateUsageReportSubscriptionResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ String
The Amazon S3 bucket where generated reports are stored.
-
#schedule ⇒ String
The schedule for generating usage reports.
Instance Attribute Details
#s3_bucket_name ⇒ String
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, AppStream 2.0 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, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
2307 2308 2309 2310 2311 2312 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2307 class CreateUsageReportSubscriptionResult < Struct.new( :s3_bucket_name, :schedule) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ String
The schedule for generating usage reports.
2307 2308 2309 2310 2311 2312 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2307 class CreateUsageReportSubscriptionResult < Struct.new( :s3_bucket_name, :schedule) SENSITIVE = [] include Aws::Structure end |