Class: Aws::ApplicationCostProfiler::Types::ReportDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::ReportDefinition
- Includes:
- Structure
- Defined in:
- 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
-
#created_at ⇒ Time
Timestamp (milliseconds) when this report definition was created.
-
#destination_s3_location ⇒ Types::S3Location
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
-
#format ⇒ String
The format used for the generated reports.
-
#last_updated_at ⇒ Time
Timestamp (milliseconds) when this report definition was last updated.
-
#report_description ⇒ String
Description of the report.
-
#report_frequency ⇒ String
The cadence at which the report is generated.
-
#report_id ⇒ String
The ID of the report.
Instance Attribute Details
#created_at ⇒ Time
Timestamp (milliseconds) when this report definition was created.
259 260 261 262 263 264 265 266 267 268 269 |
# File '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_location ⇒ Types::S3Location
The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
259 260 261 262 263 264 265 266 267 268 269 |
# File '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 |
#format ⇒ String
The format used for the generated reports.
259 260 261 262 263 264 265 266 267 268 269 |
# File '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_at ⇒ Time
Timestamp (milliseconds) when this report definition was last updated.
259 260 261 262 263 264 265 266 267 268 269 |
# File '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_description ⇒ String
Description of the report
259 260 261 262 263 264 265 266 267 268 269 |
# File '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_frequency ⇒ String
The cadence at which the report is generated.
259 260 261 262 263 264 265 266 267 268 269 |
# File '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_id ⇒ String
The ID of the report.
259 260 261 262 263 264 265 266 267 268 269 |
# File '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 |