Class: Aws::Personalize::Types::UpdateSolutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::UpdateSolutionResponse
- Includes:
- Structure
- Defined in:
- 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.
6129 6130 6131 6132 6133 |
# File 'lib/aws-sdk-personalize/types.rb', line 6129 class UpdateSolutionResponse < Struct.new( :solution_arn) SENSITIVE = [] include Aws::Structure end |