Class: Aws::CloudFormation::Types::DescribeStackDriftDetectionStatusInput

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_drift_detection_idString

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.

Returns:

  • (String)


2862
2863
2864
2865
2866
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2862

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