Class: Aws::ControlTower::Types::ListControlOperationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ListControlOperationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_operations ⇒ Array<Types::ControlOperationSummary>
Returns a list of output from control operations.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#control_operations ⇒ Array<Types::ControlOperationSummary>
Returns a list of output from control operations.
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_token ⇒ String
A pagination token.
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 |