Class: Aws::ControlTower::Types::ResetEnabledControlOutput

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

#operation_identifierString

The operation identifier for this ‘ResetEnabledControl` operation.

Returns:

  • (String)


1828
1829
1830
1831
1832
# File 'lib/aws-sdk-controltower/types.rb', line 1828

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