Class: Aws::ApplicationCostProfiler::Types::PutReportDefinitionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::PutReportDefinitionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationcostprofiler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_id ⇒ String
ID of the report.
Instance Attribute Details
#report_id ⇒ String
ID of the report.
219 220 221 222 223 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 219 class PutReportDefinitionResult < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |