Class: Aws::CloudFormation::Types::DetectStackSetDriftOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DetectStackSetDriftOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The ID of the drift detection StackSet operation.
Instance Attribute Details
#operation_id ⇒ String
The ID of the drift detection StackSet operation.
You can use this operation ID with DescribeStackSetOperation to monitor the progress of the drift detection operation.
4279 4280 4281 4282 4283 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4279 class DetectStackSetDriftOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |