Class: Aws::ControlTower::Types::EnabledControlResourceDrift
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlResourceDrift
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Represents drift information related to the underlying Amazon Web Services resources managed by the control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of resource drift for the enabled control, indicating whether the underlying resources match the expected configuration.
Instance Attribute Details
#status ⇒ String
The status of resource drift for the enabled control, indicating whether the underlying resources match the expected configuration.
1016 1017 1018 1019 1020 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1016 class EnabledControlResourceDrift < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |