Class: Aws::ApplicationCostProfiler::Types::GetReportDefinitionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::GetReportDefinitionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationcostprofiler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
Timestamp (milliseconds) when this report definition was created.
-
#destination_s3_location ⇒ Types::S3Location
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
-
#format ⇒ String
Format of the generated report.
-
#last_updated ⇒ Time
Timestamp (milliseconds) when this report definition was last updated.
-
#report_description ⇒ String
Description of the report.
-
#report_frequency ⇒ String
Cadence used to generate the report.
-
#report_id ⇒ String
ID of the report retrieved.
Instance Attribute Details
#created_at ⇒ Time
Timestamp (milliseconds) when this report definition was created.
94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 94 class GetReportDefinitionResult < Struct.new( :report_id, :report_description, :report_frequency, :format, :destination_s3_location, :created_at, :last_updated) SENSITIVE = [] include Aws::Structure end |
#destination_s3_location ⇒ Types::S3Location
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 94 class GetReportDefinitionResult < Struct.new( :report_id, :report_description, :report_frequency, :format, :destination_s3_location, :created_at, :last_updated) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
Format of the generated report.
94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 94 class GetReportDefinitionResult < Struct.new( :report_id, :report_description, :report_frequency, :format, :destination_s3_location, :created_at, :last_updated) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
Timestamp (milliseconds) when this report definition was last updated.
94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 94 class GetReportDefinitionResult < Struct.new( :report_id, :report_description, :report_frequency, :format, :destination_s3_location, :created_at, :last_updated) SENSITIVE = [] include Aws::Structure end |
#report_description ⇒ String
Description of the report.
94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 94 class GetReportDefinitionResult < Struct.new( :report_id, :report_description, :report_frequency, :format, :destination_s3_location, :created_at, :last_updated) SENSITIVE = [] include Aws::Structure end |
#report_frequency ⇒ String
Cadence used to generate the report.
94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 94 class GetReportDefinitionResult < Struct.new( :report_id, :report_description, :report_frequency, :format, :destination_s3_location, :created_at, :last_updated) SENSITIVE = [] include Aws::Structure end |
#report_id ⇒ String
ID of the report retrieved.
94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 94 class GetReportDefinitionResult < Struct.new( :report_id, :report_description, :report_frequency, :format, :destination_s3_location, :created_at, :last_updated) SENSITIVE = [] include Aws::Structure end |