Class: Aws::DevOpsGuru::Types::CloudFormationCollection
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::CloudFormationCollection
- Includes:
- Structure
- Defined in:
- 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*.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_names ⇒ Array<String>
An array of CloudFormation stack names.
Instance Attribute Details
#stack_names ⇒ Array<String>
An array of CloudFormation stack names.
292 293 294 295 296 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 292 class CloudFormationCollection < Struct.new( :stack_names) SENSITIVE = [] include Aws::Structure end |