Class: Aws::ApplicationCostProfiler::Types::UpdateReportDefinitionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::UpdateReportDefinitionResult
- 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.
390 391 392 393 394 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 390 class UpdateReportDefinitionResult < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |