Class: Aws::NimbleStudio::Types::UpdateLaunchProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::UpdateLaunchProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #launch_profile  ⇒ Types::LaunchProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The launch profile.
 
Instance Attribute Details
#launch_profile ⇒ Types::LaunchProfile
The launch profile.
      3741 3742 3743 3744 3745  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3741 class UpdateLaunchProfileResponse < Struct.new( :launch_profile) SENSITIVE = [] include Aws::Structure end  |