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.
2945 2946 2947 2948 2949 2950 2951 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2945 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.
2945 2946 2947 2948 2949 2950 2951 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2945 class DescribeAppLicenseUsageRequest < Struct.new( :billing_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for pagination of results.
2945 2946 2947 2948 2949 2950 2951 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2945 class DescribeAppLicenseUsageRequest < Struct.new( :billing_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |