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

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 ResetEnabledControl operation.

Returns:

  • (String)


1583
1584
1585
1586
1587
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1583

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