Class: Aws::ControlTower::Types::GetControlOperationInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ControlTower::Types::GetControlOperationInput
 
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #operation_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the asynchronous operation, which is used to track status. 
Instance Attribute Details
#operation_identifier ⇒ String
The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
| 1055 1056 1057 1058 1059 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1055 class GetControlOperationInput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |