Class: Aws::ApplicationCostProfiler::Types::ListReportDefinitionsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The value of the next token, if it exists. Null if there are no more results.

Returns:

  • (String)


172
173
174
175
176
177
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 172

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

#report_definitionsArray<Types::ReportDefinition>

The retrieved reports.

Returns:



172
173
174
175
176
177
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 172

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