Class: Aws::SsmSap::Types::UpdateApplicationSettingsOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SsmSap::Types::UpdateApplicationSettingsOutput
 
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The update message. 
- 
  
    
      #operation_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IDs of the operations. 
Instance Attribute Details
#message ⇒ String
The update message.
| 2025 2026 2027 2028 2029 2030 | # File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 2025 class UpdateApplicationSettingsOutput < Struct.new( :message, :operation_ids) SENSITIVE = [] include Aws::Structure end | 
#operation_ids ⇒ Array<String>
The IDs of the operations.
| 2025 2026 2027 2028 2029 2030 | # File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 2025 class UpdateApplicationSettingsOutput < Struct.new( :message, :operation_ids) SENSITIVE = [] include Aws::Structure end |