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.



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_resultsInteger

The maximum number of results to be shown.

Returns:

  • (Integer)


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_tokenString

A pagination token.

Returns:

  • (String)


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