Class: Aws::Personalize::Types::DescribeAlgorithmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeAlgorithmRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the algorithm to describe.
Instance Attribute Details
#algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the algorithm to describe.
2923 2924 2925 2926 2927 |
# File 'lib/aws-sdk-personalize/types.rb', line 2923 class DescribeAlgorithmRequest < Struct.new( :algorithm_arn) SENSITIVE = [] include Aws::Structure end |