Class: Aws::ControlTower::Types::EnabledControlFilter

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

Instance Attribute Details

#control_identifiersArray<String>

The set of controlIdentifier returned by the filter.

Returns:

  • (Array<String>)


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_statusesArray<String>

A list of DriftStatus items.

Returns:

  • (Array<String>)


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_statusesArray<String>

Filters enabled controls by their inheritance drift status, allowing you to find controls with specific inheritance-related drift conditions.

Returns:

  • (Array<String>)


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_identifiersArray<String>

Filters enabled controls by their parent control identifiers, allowing you to find child controls of specific parent controls.

Returns:

  • (Array<String>)


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_statusesArray<String>

Filters enabled controls by their resource drift status, allowing you to find controls with specific resource-related drift conditions.

Returns:

  • (Array<String>)


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

#statusesArray<String>

A list of EnablementStatus items.

Returns:

  • (Array<String>)


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