Class: Aws::DevOpsGuru::Types::StartCostEstimationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DevOpsGuru::Types::StartCostEstimationRequest
 
 
- Defined in:
 - gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The idempotency token used to identify each cost estimate request.
 - 
  
    
      #resource_collection  ⇒ Types::CostEstimationResourceCollectionFilter 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
 
Instance Attribute Details
#client_token ⇒ String
The idempotency token used to identify each cost estimate request.
A suitable default value is auto-generated. You should normally not need to pass this option.
      4429 4430 4431 4432 4433 4434  | 
    
      # File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4429 class StartCostEstimationRequest < Struct.new( :resource_collection, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_collection ⇒ Types::CostEstimationResourceCollectionFilter
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
      4429 4430 4431 4432 4433 4434  | 
    
      # File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4429 class StartCostEstimationRequest < Struct.new( :resource_collection, :client_token) SENSITIVE = [] include Aws::Structure end  |