Class: Aws::ControlTower::Types::DisableBaselineOutput

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

Returns:

  • (String)


346
347
348
349
350
# File 'lib/aws-sdk-controltower/types.rb', line 346

class DisableBaselineOutput < Struct.new(
  :operation_identifier)
  SENSITIVE = []
  include Aws::Structure
end