Class: Aws::Personalize::Types::DescribeAlgorithmResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeAlgorithmResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm ⇒ Types::Algorithm
A listing of the properties of the algorithm.
Instance Attribute Details
#algorithm ⇒ Types::Algorithm
A listing of the properties of the algorithm.
2935 2936 2937 2938 2939 |
# File 'lib/aws-sdk-personalize/types.rb', line 2935 class DescribeAlgorithmResponse < Struct.new( :algorithm) SENSITIVE = [] include Aws::Structure end |