class
Amazonite::CloudFormation::LiveResourceDrift
- Amazonite::CloudFormation::LiveResourceDrift
- Reference
- Object
Overview
Contains drift information for a resource property, including actual value, previous deployment value, and drift detection timestamp.
Defined in:
cloudformation/live_resource_drift.crConstructors
- .from_xml(node : XML::Node) : self
- .new(previous_value : String | Nil = nil, actual_value : String | Nil = nil, drift_detection_timestamp : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#actual_value : String | Nil
The current live configuration value of the resource property.
-
#actual_value=(actual_value : String | Nil)
The current live configuration value of the resource property.
-
#drift_detection_timestamp : Time | Nil
The timestamp when drift was detected for this resource property.
-
#drift_detection_timestamp=(drift_detection_timestamp : Time | Nil)
The timestamp when drift was detected for this resource property.
-
#hash(hasher)
See
Object#hash(hasher) -
#previous_value : String | Nil
The configuration value from the previous CloudFormation deployment.
-
#previous_value=(previous_value : String | Nil)
The configuration value from the previous CloudFormation deployment.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The current live configuration value of the resource property.
The timestamp when drift was detected for this resource property.
The timestamp when drift was detected for this resource property.
The configuration value from the previous CloudFormation deployment.
The configuration value from the previous CloudFormation deployment.