Class: Aws::WellArchitected::Types::GetMilestoneOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::GetMilestoneOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Output of a get milestone call.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #milestone  ⇒ Types::Milestone 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A milestone return object.
 - 
  
    
      #workload_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID assigned to the workload.
 
Instance Attribute Details
#milestone ⇒ Types::Milestone
A milestone return object.
      2311 2312 2313 2314 2315 2316  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 2311 class GetMilestoneOutput < Struct.new( :workload_id, :milestone) SENSITIVE = [] include Aws::Structure end  | 
  
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
      2311 2312 2313 2314 2315 2316  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 2311 class GetMilestoneOutput < Struct.new( :workload_id, :milestone) SENSITIVE = [] include Aws::Structure end  |