Class: Aws::AppStream::Types::DescribeAppLicenseUsageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeAppLicenseUsageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_period ⇒ String
Billing period for the usage record.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
Token for pagination of results.
Instance Attribute Details
#billing_period ⇒ String
Billing period for the usage record.
Specify the value in yyyy-mm format. For example, for August 2025, use 2025-08.
2750 2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-appstream/types.rb', line 2750 class DescribeAppLicenseUsageRequest < Struct.new( :billing_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
2750 2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-appstream/types.rb', line 2750 class DescribeAppLicenseUsageRequest < Struct.new( :billing_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for pagination of results.
2750 2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-appstream/types.rb', line 2750 class DescribeAppLicenseUsageRequest < Struct.new( :billing_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |