Class: Aws::WellArchitected::Types::UpdateWorkloadShareInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::UpdateWorkloadShareInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Input for Update Workload Share
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #permission_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Permission granted on a share request.
 - 
  
    
      #share_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID associated with the share.
 - 
  
    
      #workload_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID assigned to the workload.
 
Instance Attribute Details
#permission_type ⇒ String
Permission granted on a share request.
      6282 6283 6284 6285 6286 6287 6288  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 6282 class UpdateWorkloadShareInput < Struct.new( :share_id, :workload_id, :permission_type) SENSITIVE = [] include Aws::Structure end  | 
  
#share_id ⇒ String
The ID associated with the share.
      6282 6283 6284 6285 6286 6287 6288  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 6282 class UpdateWorkloadShareInput < Struct.new( :share_id, :workload_id, :permission_type) SENSITIVE = [] include Aws::Structure end  | 
  
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
      6282 6283 6284 6285 6286 6287 6288  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 6282 class UpdateWorkloadShareInput < Struct.new( :share_id, :workload_id, :permission_type) SENSITIVE = [] include Aws::Structure end  |