Class: Aws::ControlTower::Types::EnabledControlInheritanceDrift

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

The status of inheritance drift for the enabled control, indicating whether inheritance configuration matches expectations.

Returns:

  • (String)


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