Class: Aws::DevOpsGuru::Types::UpdateCloudFormationCollectionFilter

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

Overview

Contains the names of Amazon Web Services CloudFormation stacks used to update a collection of stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_namesArray<String>

An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up to 500 Amazon Web Services CloudFormation stacks.

Returns:

  • (Array<String>)


4748
4749
4750
4751
4752
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4748

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