Class: Aws::ControlTower::Types::GetControlOperationInput

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 of the asynchronous operation, which is used to track status. The operation is available for 90 days.

Returns:

  • (String)


953
954
955
956
957
# File 'lib/aws-sdk-controltower/types.rb', line 953

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