Class: Aws::ApplicationCostProfiler::Types::GetReportDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::GetReportDefinitionRequest
- 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 to retrieve.
Instance Attribute Details
#report_id ⇒ String
ID of the report to retrieve.
56 57 58 59 60 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 56 class GetReportDefinitionRequest < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |