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

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


2883
2884
2885
2886
2887
# File 'lib/aws-sdk-personalize/types.rb', line 2883

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