Class: Aws::Personalize::Types::DescribeSolutionVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeSolutionVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#solution_version_arn ⇒ String
The Amazon Resource Name (ARN) of the solution version.
Instance Attribute Details
#solution_version_arn ⇒ String
The Amazon Resource Name (ARN) of the solution version.
3364 3365 3366 3367 3368 |
# File 'lib/aws-sdk-personalize/types.rb', line 3364 class DescribeSolutionVersionRequest < Struct.new( :solution_version_arn) SENSITIVE = [] include Aws::Structure end |