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

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 ‘UpdateEnabledControl` operation.

Returns:

  • (String)


2022
2023
2024
2025
2026
# File 'lib/aws-sdk-controltower/types.rb', line 2022

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