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.



1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1279

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)


1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1279

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

#next_tokenString

A pagination token.

Returns:

  • (String)


1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1279

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