Class: Aws::AppStream::Types::DescribeAppLicenseUsageRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_periodString

Billing period for the usage record.

Specify the value in yyyy-mm format. For example, for August 2025, use 2025-08.

Returns:

  • (String)


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_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


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_tokenString

Token for pagination of results.

Returns:

  • (String)


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