Class: Aws::ControlTower::Types::ListEnabledBaselinesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::EnabledBaselineFilter

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



1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1102

class ListEnabledBaselinesInput < Struct.new(
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be shown.

Returns:

  • (Integer)


1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1102

class ListEnabledBaselinesInput < Struct.new(
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token.

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1102

class ListEnabledBaselinesInput < Struct.new(
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end