Class: Aws::ApplicationCostProfiler::Types::ReportDefinition

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

Overview

The configuration of a report in AWS Application Cost Profiler.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Timestamp (milliseconds) when this report definition was created.

Returns:

  • (Time)


259
260
261
262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 259

class ReportDefinition < Struct.new(
  :report_id,
  :report_description,
  :report_frequency,
  :format,
  :destination_s3_location,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#destination_s3_locationTypes::S3Location

The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.

Returns:



259
260
261
262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 259

class ReportDefinition < Struct.new(
  :report_id,
  :report_description,
  :report_frequency,
  :format,
  :destination_s3_location,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format used for the generated reports.

Returns:

  • (String)


259
260
261
262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 259

class ReportDefinition < Struct.new(
  :report_id,
  :report_description,
  :report_frequency,
  :format,
  :destination_s3_location,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

Timestamp (milliseconds) when this report definition was last updated.

Returns:

  • (Time)


259
260
261
262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 259

class ReportDefinition < Struct.new(
  :report_id,
  :report_description,
  :report_frequency,
  :format,
  :destination_s3_location,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#report_descriptionString

Description of the report

Returns:

  • (String)


259
260
261
262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 259

class ReportDefinition < Struct.new(
  :report_id,
  :report_description,
  :report_frequency,
  :format,
  :destination_s3_location,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#report_frequencyString

The cadence at which the report is generated.

Returns:

  • (String)


259
260
261
262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 259

class ReportDefinition < Struct.new(
  :report_id,
  :report_description,
  :report_frequency,
  :format,
  :destination_s3_location,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#report_idString

The ID of the report.

Returns:

  • (String)


259
260
261
262
263
264
265
266
267
268
269
# File 'gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/types.rb', line 259

class ReportDefinition < Struct.new(
  :report_id,
  :report_description,
  :report_frequency,
  :format,
  :destination_s3_location,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end