Class: Aws::CloudFormation::Types::DetectStackResourceDriftOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DetectStackResourceDriftOutput
- Defined in:
- gems/aws-sdk-cloudformation/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.
3890 3891 3892 3893 3894 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3890 class DetectStackResourceDriftOutput < Struct.new( :stack_resource_drift) SENSITIVE = [] include Aws::Structure end |