Class: Aws::ControlTower::Types::ResetEnabledBaselineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ResetEnabledBaselineOutput
- 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 ‘ResetEnabledBaseline` operation.
Instance Attribute Details
#operation_identifier ⇒ String
The ID (in UUID format) of the asynchronous ‘ResetEnabledBaseline` operation. This `operationIdentifier` is used to track status through calls to the `GetBaselineOperation` API.
1585 1586 1587 1588 1589 |
# File 'lib/aws-sdk-controltower/types.rb', line 1585 class ResetEnabledBaselineOutput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |