Class: Aws::Personalize::Types::DescribeFeatureTransformationResponse

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_transformationTypes::FeatureTransformation

A listing of the FeatureTransformation properties.



3208
3209
3210
3211
3212
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3208

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