Class: Aws::ControlTower::Types::EnabledControlFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlFilter
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
A structure that returns a set of control identifiers, the control status for each control in the set, and the drift status for each control in the set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_identifiers ⇒ Array<String>
The set of
controlIdentifierreturned by the filter. -
#drift_statuses ⇒ Array<String>
A list of
DriftStatusitems. -
#inheritance_drift_statuses ⇒ Array<String>
Filters enabled controls by their inheritance drift status, allowing you to find controls with specific inheritance-related drift conditions.
-
#parent_identifiers ⇒ Array<String>
Filters enabled controls by their parent control identifiers, allowing you to find child controls of specific parent controls.
-
#resource_drift_statuses ⇒ Array<String>
Filters enabled controls by their resource drift status, allowing you to find controls with specific resource-related drift conditions.
-
#statuses ⇒ Array<String>
A list of
EnablementStatusitems.
Instance Attribute Details
#control_identifiers ⇒ Array<String>
The set of controlIdentifier returned by the filter.
939 940 941 942 943 944 945 946 947 948 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 939 class EnabledControlFilter < Struct.new( :control_identifiers, :statuses, :drift_statuses, :parent_identifiers, :inheritance_drift_statuses, :resource_drift_statuses) SENSITIVE = [] include Aws::Structure end |
#drift_statuses ⇒ Array<String>
A list of DriftStatus items.
939 940 941 942 943 944 945 946 947 948 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 939 class EnabledControlFilter < Struct.new( :control_identifiers, :statuses, :drift_statuses, :parent_identifiers, :inheritance_drift_statuses, :resource_drift_statuses) SENSITIVE = [] include Aws::Structure end |
#inheritance_drift_statuses ⇒ Array<String>
Filters enabled controls by their inheritance drift status, allowing you to find controls with specific inheritance-related drift conditions.
939 940 941 942 943 944 945 946 947 948 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 939 class EnabledControlFilter < Struct.new( :control_identifiers, :statuses, :drift_statuses, :parent_identifiers, :inheritance_drift_statuses, :resource_drift_statuses) SENSITIVE = [] include Aws::Structure end |
#parent_identifiers ⇒ Array<String>
Filters enabled controls by their parent control identifiers, allowing you to find child controls of specific parent controls.
939 940 941 942 943 944 945 946 947 948 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 939 class EnabledControlFilter < Struct.new( :control_identifiers, :statuses, :drift_statuses, :parent_identifiers, :inheritance_drift_statuses, :resource_drift_statuses) SENSITIVE = [] include Aws::Structure end |
#resource_drift_statuses ⇒ Array<String>
Filters enabled controls by their resource drift status, allowing you to find controls with specific resource-related drift conditions.
939 940 941 942 943 944 945 946 947 948 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 939 class EnabledControlFilter < Struct.new( :control_identifiers, :statuses, :drift_statuses, :parent_identifiers, :inheritance_drift_statuses, :resource_drift_statuses) SENSITIVE = [] include Aws::Structure end |
#statuses ⇒ Array<String>
A list of EnablementStatus items.
939 940 941 942 943 944 945 946 947 948 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 939 class EnabledControlFilter < Struct.new( :control_identifiers, :statuses, :drift_statuses, :parent_identifiers, :inheritance_drift_statuses, :resource_drift_statuses) SENSITIVE = [] include Aws::Structure end |