Class: Aws::Personalize::Types::DescribeAlgorithmRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The Amazon Resource Name (ARN) of the algorithm to describe.

Returns:

  • (String)


2728
2729
2730
2731
2732
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2728

class DescribeAlgorithmRequest < Struct.new(
  :algorithm_arn)
  SENSITIVE = []
  include Aws::Structure
end