Class: Aws::DevOpsGuru::Types::UpdateCloudFormationCollectionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::UpdateCloudFormationCollectionFilter
- 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
-
#stack_names ⇒ Array<String>
An array of the names of the Amazon Web Services CloudFormation stacks to update.
Instance Attribute Details
#stack_names ⇒ Array<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.
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 |