Class: Aws::Personalize::Types::DescribeFeatureTransformationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeFeatureTransformationResponse
- Includes:
- Structure
- Defined in:
- 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.
3208 3209 3210 3211 3212 |
# File 'lib/aws-sdk-personalize/types.rb', line 3208 class DescribeFeatureTransformationResponse < Struct.new( :feature_transformation) SENSITIVE = [] include Aws::Structure end |