Class: Aws::CloudFormation::Types::DetectStackResourceDriftOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DetectStackResourceDriftOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_resource_drift ⇒ Types::StackResourceDrift
Information about whether the resource’s actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
Instance Attribute Details
#stack_resource_drift ⇒ Types::StackResourceDrift
Information about whether the resource’s actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
3884 3885 3886 3887 3888 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3884 class DetectStackResourceDriftOutput < Struct.new( :stack_resource_drift) SENSITIVE = [] include Aws::Structure end |