Class: Aws::Personalize::Types::DescribeSolutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeSolutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#solution_arn ⇒ String
The Amazon Resource Name (ARN) of the solution to describe.
Instance Attribute Details
#solution_arn ⇒ String
The Amazon Resource Name (ARN) of the solution to describe.
3340 3341 3342 3343 3344 |
# File 'lib/aws-sdk-personalize/types.rb', line 3340 class DescribeSolutionRequest < Struct.new( :solution_arn) SENSITIVE = [] include Aws::Structure end |