Class: Aws::Personalize::Types::UpdateSolutionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Personalize::Types::UpdateSolutionResponse
 
 
- Defined in:
 - gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #solution_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The same solution Amazon Resource Name (ARN) as given in the request.
 
Instance Attribute Details
#solution_arn ⇒ String
The same solution Amazon Resource Name (ARN) as given in the request.
      6186 6187 6188 6189 6190  | 
    
      # File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 6186 class UpdateSolutionResponse < Struct.new( :solution_arn) SENSITIVE = [] include Aws::Structure end  |