Class: Aws::ControlTower::Types::UpdateEnabledBaselineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::UpdateEnabledBaselineOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_identifier ⇒ String
The ID (in UUID format) of the asynchronous ‘UpdateEnabledBaseline` operation.
Instance Attribute Details
#operation_identifier ⇒ String
The ID (in UUID format) of the asynchronous ‘UpdateEnabledBaseline` operation. This `operationIdentifier` is used to track status through calls to the `GetBaselineOperation` API.
1769 1770 1771 1772 1773 |
# File 'lib/aws-sdk-controltower/types.rb', line 1769 class UpdateEnabledBaselineOutput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |