Class: Aws::ControlTower::Types::ListControlOperationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ListControlOperationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::ControlOperationFilter
An input filter for the ‘ListControlOperations` API that lets you select the types of control operations to view.
-
#max_results ⇒ Integer
The maximum number of results to be shown.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#filter ⇒ Types::ControlOperationFilter
An input filter for the ‘ListControlOperations` API that lets you select the types of control operations to view.
1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-controltower/types.rb', line 1313 class ListControlOperationsInput < Struct.new( :filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be shown.
1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-controltower/types.rb', line 1313 class ListControlOperationsInput < Struct.new( :filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token.
1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-controltower/types.rb', line 1313 class ListControlOperationsInput < Struct.new( :filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |