Class: Aws::ControlTower::Types::ListBaselinesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ListBaselinesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to be shown.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to be shown.
1274 1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-controltower/types.rb', line 1274 class ListBaselinesInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token.
1274 1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-controltower/types.rb', line 1274 class ListBaselinesInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |