Class: Aws::ControlTower::Types::ListControlOperationsOutput

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

#control_operationsArray<Types::ControlOperationSummary>

Returns a list of output from control operations.

Returns:



1544
1545
1546
1547
1548
1549
# File 'lib/aws-sdk-controltower/types.rb', line 1544

class ListControlOperationsOutput < Struct.new(
  :control_operations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token.

Returns:

  • (String)


1544
1545
1546
1547
1548
1549
# File 'lib/aws-sdk-controltower/types.rb', line 1544

class ListControlOperationsOutput < Struct.new(
  :control_operations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end