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>)


773
774
775
776
777
778
779
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 773

class EnabledControlFilter < Struct.new(
  :control_identifiers,
  :drift_statuses,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#drift_statusesArray<String>

A list of DriftStatus items.

Returns:

  • (Array<String>)


773
774
775
776
777
778
779
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 773

class EnabledControlFilter < Struct.new(
  :control_identifiers,
  :drift_statuses,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#statusesArray<String>

A list of EnablementStatus items.

Returns:

  • (Array<String>)


773
774
775
776
777
778
779
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 773

class EnabledControlFilter < Struct.new(
  :control_identifiers,
  :drift_statuses,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end