Class: Aws::ControlTower::Types::UpdateEnabledControlOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::UpdateEnabledControlOutput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_identifier ⇒ String
The operation identifier for this
UpdateEnabledControl
operation.
Instance Attribute Details
#operation_identifier ⇒ String
The operation identifier for this UpdateEnabledControl
operation.
1773 1774 1775 1776 1777 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1773 class UpdateEnabledControlOutput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |