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.
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_token ⇒ String
A pagination token.
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 |