Class: Aws::ApplicationCostProfiler::Types::ListReportDefinitionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


154
155
156
157
158
159
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 154

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

#next_tokenString

The token value from a previous call to access the next page of results.

Returns:

  • (String)


154
155
156
157
158
159
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 154

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