Class: Aws::ControlTower::Types::UpdateEnabledBaselineOutput

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 ‘UpdateEnabledBaseline` operation. This `operationIdentifier` is used to track status through calls to the `GetBaselineOperation` API.

Returns:

  • (String)


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