Class: Aws::ControlTower::Types::EnabledBaselineFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb

Overview

A filter applied on the ListEnabledBaseline operation. Allowed filters are baselineIdentifiers and targetIdentifiers. The filter can be applied for either, or both.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_identifiersArray<String>

Identifiers for the Baseline objects returned as part of the filter operation.

Returns:

  • (Array<String>)


690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 690

class EnabledBaselineFilter < Struct.new(
  :baseline_identifiers,
  :inheritance_drift_statuses,
  :parent_identifiers,
  :statuses,
  :target_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#inheritance_drift_statusesArray<String>

A list of EnabledBaselineDriftStatus items for enabled baselines.

Returns:

  • (Array<String>)


690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 690

class EnabledBaselineFilter < Struct.new(
  :baseline_identifiers,
  :inheritance_drift_statuses,
  :parent_identifiers,
  :statuses,
  :target_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#parent_identifiersArray<String>

An optional filter that sets up a list of parentIdentifiers to filter the results of the ListEnabledBaseline output.

Returns:

  • (Array<String>)


690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 690

class EnabledBaselineFilter < Struct.new(
  :baseline_identifiers,
  :inheritance_drift_statuses,
  :parent_identifiers,
  :statuses,
  :target_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#statusesArray<String>

A list of EnablementStatus items.

Returns:

  • (Array<String>)


690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 690

class EnabledBaselineFilter < Struct.new(
  :baseline_identifiers,
  :inheritance_drift_statuses,
  :parent_identifiers,
  :statuses,
  :target_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#target_identifiersArray<String>

Identifiers for the targets of the Baseline filter operation.

Returns:

  • (Array<String>)


690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 690

class EnabledBaselineFilter < Struct.new(
  :baseline_identifiers,
  :inheritance_drift_statuses,
  :parent_identifiers,
  :statuses,
  :target_identifiers)
  SENSITIVE = []
  include Aws::Structure
end