Class: Aws::WellArchitected::Types::CreateWorkloadOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::CreateWorkloadOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Output of a create workload call.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #workload_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for the workload.
 - 
  
    
      #workload_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID assigned to the workload.
 
Instance Attribute Details
#workload_arn ⇒ String
The ARN for the workload.
      1398 1399 1400 1401 1402 1403  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 1398 class CreateWorkloadOutput < Struct.new( :workload_id, :workload_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
      1398 1399 1400 1401 1402 1403  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 1398 class CreateWorkloadOutput < Struct.new( :workload_id, :workload_arn) SENSITIVE = [] include Aws::Structure end  |