Class: Aws::ControlTower::Types::ResetEnabledBaselineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ResetEnabledBaselineOutput
- 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 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.
1559 1560 1561 1562 1563 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1559 class ResetEnabledBaselineOutput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |