Class: Aws::Personalize::Types::DescribeAlgorithmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeAlgorithmRequest
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Note:
When making an API call, you may pass DescribeAlgorithmRequest data as a hash:
{
algorithm_arn: "Arn", # required
}
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.
2854 2855 2856 2857 2858 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2854 class DescribeAlgorithmRequest < Struct.new( :algorithm_arn) SENSITIVE = [] include Aws::Structure end |