Class: Aws::Personalize::Types::DescribeFeatureTransformationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeFeatureTransformationResponse
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature_transformation ⇒ Types::FeatureTransformation
A listing of the FeatureTransformation properties.
Instance Attribute Details
#feature_transformation ⇒ Types::FeatureTransformation
A listing of the FeatureTransformation properties.
2886 2887 2888 2889 2890 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2886 class DescribeFeatureTransformationResponse < Struct.new( :feature_transformation) SENSITIVE = [] include Aws::Structure end |