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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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)


1622
1623
1624
1625
1626
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1622

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