Class: Aws::WellArchitected::Types::AssociateProfilesInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::AssociateProfilesInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #profile_arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of profile ARNs to associate with the workload.
 - 
  
    
      #workload_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID assigned to the workload.
 
Instance Attribute Details
#profile_arns ⇒ Array<String>
The list of profile ARNs to associate with the workload.
      327 328 329 330 331 332  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 327 class AssociateProfilesInput < Struct.new( :workload_id, :profile_arns) SENSITIVE = [] include Aws::Structure end  | 
  
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
      327 328 329 330 331 332  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 327 class AssociateProfilesInput < Struct.new( :workload_id, :profile_arns) SENSITIVE = [] include Aws::Structure end  |