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

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

Returns:

  • (String)


743
744
745
746
747
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 743

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