Class: Aws::DevOpsGuru::Types::StartCostEstimationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::StartCostEstimationRequest
- Includes:
- Structure
- Defined in:
- 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 '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 'lib/aws-sdk-devopsguru/types.rb', line 4429 class StartCostEstimationRequest < Struct.new( :resource_collection, :client_token) SENSITIVE = [] include Aws::Structure end |