Class: Aws::CloudFormation::Types::DetectStackResourceDriftOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_resource_driftTypes::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.



3908
3909
3910
3911
3912
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3908

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