Class: Aws::WellArchitected::Types::UpdateWorkloadOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::UpdateWorkloadOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Output of an update workload call.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #workload  ⇒ Types::Workload 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A workload return object.
 
Instance Attribute Details
#workload ⇒ Types::Workload
A workload return object.
      6259 6260 6261 6262 6263  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 6259 class UpdateWorkloadOutput < Struct.new( :workload) SENSITIVE = [] include Aws::Structure end  |