Class: Aws::ControlTower::Types::ResetEnabledControlOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ControlTower::Types::ResetEnabledControlOutput
 
- 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 operation identifier for this ResetEnabledControloperation.
Instance Attribute Details
#operation_identifier ⇒ String
The operation identifier for this ResetEnabledControl operation.
| 1711 1712 1713 1714 1715 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1711 class ResetEnabledControlOutput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |