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.
1526 1527 1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-controltower/types.rb', line 1526 class ListControlOperationsInput < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be shown.
1526 1527 1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-controltower/types.rb', line 1526 class ListControlOperationsInput < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token.
1526 1527 1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-controltower/types.rb', line 1526 class ListControlOperationsInput < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |