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


611
612
613
614
615
616
617
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 611

class EnabledBaselineFilter < Struct.new(
  :baseline_identifiers,
  :parent_identifiers,
  :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>)


611
612
613
614
615
616
617
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 611

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

#target_identifiersArray<String>

Identifiers for the targets of the Baseline filter operation.

Returns:

  • (Array<String>)


611
612
613
614
615
616
617
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 611

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