Class: Aws::ControlTower::Types::GetControlOperationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetControlOperationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_operation ⇒ Types::ControlOperation
An operation performed by the control.
Instance Attribute Details
#control_operation ⇒ Types::ControlOperation
An operation performed by the control.
965 966 967 968 969 |
# File 'lib/aws-sdk-controltower/types.rb', line 965 class GetControlOperationOutput < Struct.new( :control_operation) SENSITIVE = [] include Aws::Structure end |