Class: Aws::ControlTower::Types::GetBaselineOperationInput

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 operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).

Returns:

  • (String)


905
906
907
908
909
# File 'lib/aws-sdk-controltower/types.rb', line 905

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