Class: Aws::CostExplorer::Types::GetCommitmentPurchaseAnalysisRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idString

The analysis ID that’s associated with the commitment purchase analysis.

Returns:

  • (String)


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