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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#algorithm_arnString

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

Returns:

  • (String)


1948
1949
1950
1951
1952
# File 'lib/aws-sdk-personalize/types.rb', line 1948

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