Class: Aws::ControlTower::Types::DisableBaselineInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ControlTower::Types::DisableBaselineInput
 
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #enabled_baseline_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Identifier of the EnabledBaselineresource to be deactivated, in ARN format.
Instance Attribute Details
#enabled_baseline_identifier ⇒ String
Identifier of the EnabledBaseline resource to be deactivated, in
ARN format.
| 332 333 334 335 336 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 332 class DisableBaselineInput < Struct.new( :enabled_baseline_identifier) SENSITIVE = [] include Aws::Structure end |