Class: Aws::ControlTower::Types::EnabledControlInheritanceDrift
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlInheritanceDrift
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Represents drift information related to control inheritance between organizational units.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of inheritance drift for the enabled control, indicating whether inheritance configuration matches expectations.
Instance Attribute Details
#status ⇒ String
The status of inheritance drift for the enabled control, indicating whether inheritance configuration matches expectations.
960 961 962 963 964 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 960 class EnabledControlInheritanceDrift < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |