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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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. PLACEHOLDER

Returns:



1256
1257
1258
1259
1260
1261
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1256

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

#next_tokenString

A pagination token.

Returns:

  • (String)


1256
1257
1258
1259
1260
1261
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1256

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