Class: Aws::DevOpsGuru::Types::CloudFormationCostEstimationResourceCollectionFilter

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

Overview

Information about an Amazon Web Services CloudFormation stack used to create a monthly cost estimate for DevOps Guru to analyze Amazon Web Services resources. The maximum number of stacks you can specify for a cost estimate is one. The estimate created is for the cost to analyze the Amazon Web Services resources defined by the stack. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_namesArray<String>

An array of CloudFormation stack names. Its size is fixed at 1 item.

Returns:

  • (Array<String>)


337
338
339
340
341
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 337

class CloudFormationCostEstimationResourceCollectionFilter < Struct.new(
  :stack_names)
  SENSITIVE = []
  include Aws::Structure
end