Class: Aws::AppStream::Types::DescribeUsageReportSubscriptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeUsageReportSubscriptionsRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of each page of results.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#max_results ⇒ Integer
The maximum size of each page of results.
2754 2755 2756 2757 2758 2759 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2754 class DescribeUsageReportSubscriptionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2754 2755 2756 2757 2758 2759 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2754 class DescribeUsageReportSubscriptionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |