Class: Aws::ControlTower::Types::ListBaselinesInput

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

#max_resultsInteger

The maximum number of results to be shown.

Returns:

  • (Integer)


1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1062

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

#next_tokenString

A pagination token.

Returns:

  • (String)


1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1062

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