Class: Aws::DevOpsGuru::Types::CloudFormationCollection

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>)


292
293
294
295
296
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 292

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