Class: Aws::ApplicationCostProfiler::Types::ListReportDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::ListReportDefinitionsRequest
- Defined in:
- gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb
Overview
Note:
When making an API call, you may pass ListReportDefinitionsRequest data as a hash:
{
next_token: "Token",
max_results: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token value from a previous call to access the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
187 188 189 190 191 192 |
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 187 class ListReportDefinitionsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value from a previous call to access the next page of results.
187 188 189 190 191 192 |
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 187 class ListReportDefinitionsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |