Class: Aws::AppStream::Types::DescribeAppLicenseUsageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeAppLicenseUsageRequest
- Defined in:
- gems/aws-sdk-appstream/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.
2960 2961 2962 2963 2964 2965 2966 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2960 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.
2960 2961 2962 2963 2964 2965 2966 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2960 class DescribeAppLicenseUsageRequest < Struct.new( :billing_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for pagination of results.
2960 2961 2962 2963 2964 2965 2966 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2960 class DescribeAppLicenseUsageRequest < Struct.new( :billing_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |