Class: Aws::ControlTower::Types::UpdateEnabledBaselineInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ControlTower::Types::UpdateEnabledBaselineInput
 
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #baseline_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the new Baselineversion, to which theEnabledBaselineshould be updated.
- 
  
    
      #enabled_baseline_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the EnabledBaselineresource to be updated.
- 
  
    
      #parameters  ⇒ Array<Types::EnabledBaselineParameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Parameters to apply when making an update. 
Instance Attribute Details
#baseline_version ⇒ String
Specifies the new Baseline version, to which the EnabledBaseline
should be updated.
| 1855 1856 1857 1858 1859 1860 1861 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1855 class UpdateEnabledBaselineInput < Struct.new( :baseline_version, :enabled_baseline_identifier, :parameters) SENSITIVE = [] include Aws::Structure end | 
#enabled_baseline_identifier ⇒ String
Specifies the EnabledBaseline resource to be updated.
| 1855 1856 1857 1858 1859 1860 1861 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1855 class UpdateEnabledBaselineInput < Struct.new( :baseline_version, :enabled_baseline_identifier, :parameters) SENSITIVE = [] include Aws::Structure end | 
#parameters ⇒ Array<Types::EnabledBaselineParameter>
Parameters to apply when making an update.
| 1855 1856 1857 1858 1859 1860 1861 | # File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1855 class UpdateEnabledBaselineInput < Struct.new( :baseline_version, :enabled_baseline_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |