Class: Aws::CostExplorer::Types::GetCommitmentPurchaseAnalysisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetCommitmentPurchaseAnalysisRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The analysis ID that’s associated with the commitment purchase analysis.
Instance Attribute Details
#analysis_id ⇒ String
The analysis ID that’s associated with the commitment purchase analysis.
2285 2286 2287 2288 2289 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2285 class GetCommitmentPurchaseAnalysisRequest < Struct.new( :analysis_id) SENSITIVE = [] include Aws::Structure end |