Class: Aws::Personalize::Types::DescribeFeatureTransformationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeFeatureTransformationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature_transformation_arn ⇒ String
The Amazon Resource Name (ARN) of the feature transformation to describe.
Instance Attribute Details
#feature_transformation_arn ⇒ String
The Amazon Resource Name (ARN) of the feature transformation to describe.
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 |