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

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

#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 'gems/aws-sdk-applicationcostprofiler/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 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 172

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