Class: Aws::ControlTower::Types::GetControlOperationOutput

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_operationTypes::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