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.
3196 3197 3198 3199 3200 |
# File 'lib/aws-sdk-personalize/types.rb', line 3196 class DescribeFeatureTransformationRequest < Struct.new( :feature_transformation_arn) SENSITIVE = [] include Aws::Structure end |