Class: Aws::Personalize::Types::DescribeFeatureTransformationRequest

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

#feature_transformation_arnString

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

Returns:

  • (String)


2967
2968
2969
2970
2971
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2967

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