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)


3238
3239
3240
3241
3242
# File 'lib/aws-sdk-personalize/types.rb', line 3238

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