Class: Aws::DevOpsGuru::Types::CloudFormationCollectionFilter

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

Overview

Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. 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.

Returns:

  • (Array<String>)


313
314
315
316
317
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 313

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