Class: Aws::DevOpsGuru::Types::StartCostEstimationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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_collectionTypes::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