Class: Aws::AppStream::Types::DescribeUsageReportSubscriptionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


2815
2816
2817
2818
2819
2820
# File 'lib/aws-sdk-appstream/types.rb', line 2815

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

#next_tokenString

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
# File 'lib/aws-sdk-appstream/types.rb', line 2815

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