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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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.



803
804
805
806
807
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 803

class GetControlOperationOutput < Struct.new(
  :control_operation)
  SENSITIVE = []
  include Aws::Structure
end