Class: Aws::ControlTower::Types::ListControlOperationsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::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_resultsInteger

The maximum number of results to be shown.

Returns:

  • (Integer)


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_tokenString

A pagination token.

Returns:

  • (String)


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