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.



2979
2980
2981
2982
2983
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2979

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