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:



1331
1332
1333
1334
1335
1336
# File 'lib/aws-sdk-controltower/types.rb', line 1331

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

#next_tokenString

A pagination token.

Returns:

  • (String)


1331
1332
1333
1334
1335
1336
# File 'lib/aws-sdk-controltower/types.rb', line 1331

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