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)


3024
3025
3026
3027
3028
3029
3030
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3024

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)


3024
3025
3026
3027
3028
3029
3030
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3024

class DescribeAppLicenseUsageRequest < Struct.new(
  :billing_period,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for pagination of results.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3024

class DescribeAppLicenseUsageRequest < Struct.new(
  :billing_period,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end