Class: Aws::ControlTower::Types::ResetEnabledBaselineOutput

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 ID (in UUID format) of the asynchronous ‘ResetEnabledBaseline` operation. This `operationIdentifier` is used to track status through calls to the `GetBaselineOperation` API.

Returns:

  • (String)


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