Class: Aws::Personalize::Types::CreateSolutionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateSolutionVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#solution_version_arn ⇒ String
The ARN of the new solution version.
Instance Attribute Details
#solution_version_arn ⇒ String
The ARN of the new solution version.
1825 1826 1827 1828 1829 |
# File 'lib/aws-sdk-personalize/types.rb', line 1825 class CreateSolutionVersionResponse < Struct.new( :solution_version_arn) SENSITIVE = [] include Aws::Structure end |