Class: Aws::CloudFormation::Types::DetectStackDriftInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DetectStackDriftInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logical_resource_ids ⇒ Array<String>
The logical names of any resources you want to use as filters.
-
#stack_name ⇒ String
The name of the stack for which you want to detect drift.
Instance Attribute Details
#logical_resource_ids ⇒ Array<String>
The logical names of any resources you want to use as filters.
3834 3835 3836 3837 3838 3839 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3834 class DetectStackDriftInput < Struct.new( :stack_name, :logical_resource_ids) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack for which you want to detect drift.
3834 3835 3836 3837 3838 3839 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3834 class DetectStackDriftInput < Struct.new( :stack_name, :logical_resource_ids) SENSITIVE = [] include Aws::Structure end |