Class: Aws::ControlTower::Types::UpdateEnabledControlOutput

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

#operation_identifierString

The operation identifier for this UpdateEnabledControl operation.

Returns:

  • (String)


1799
1800
1801
1802
1803
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1799

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