Class: Aws::CloudFormation::Types::DescribeStackDriftDetectionStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeStackDriftDetectionStatusInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_drift_detection_id ⇒ String
The ID of the drift detection results of this operation.
Instance Attribute Details
#stack_drift_detection_id ⇒ String
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
2831 2832 2833 2834 2835 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2831 class DescribeStackDriftDetectionStatusInput < Struct.new( :stack_drift_detection_id) SENSITIVE = [] include Aws::Structure end |