Class: Aws::WellArchitected::Types::UpdateWorkloadShareOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::UpdateWorkloadShareOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Input for Update Workload Share
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #workload_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID assigned to the workload.
 - 
  
    
      #workload_share  ⇒ Types::WorkloadShare 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A workload share return object.
 
Instance Attribute Details
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
      6303 6304 6305 6306 6307 6308  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 6303 class UpdateWorkloadShareOutput < Struct.new( :workload_id, :workload_share) SENSITIVE = [] include Aws::Structure end  | 
  
#workload_share ⇒ Types::WorkloadShare
A workload share return object.
      6303 6304 6305 6306 6307 6308  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 6303 class UpdateWorkloadShareOutput < Struct.new( :workload_id, :workload_share) SENSITIVE = [] include Aws::Structure end  |