Class: Aws::Types::FeatureTransformation
- Inherits:
-
Object
- Object
- Aws::Types::FeatureTransformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#default_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_parameters.
-
#feature_transformation_arn ⇒ ::String
Returns the value of attribute feature_transformation_arn.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
862 863 864 |
# File 'sig/types.rbs', line 862 def creation_date_time @creation_date_time end |
#default_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_parameters.
861 862 863 |
# File 'sig/types.rbs', line 861 def default_parameters @default_parameters end |
#feature_transformation_arn ⇒ ::String
Returns the value of attribute feature_transformation_arn.
860 861 862 |
# File 'sig/types.rbs', line 860 def feature_transformation_arn @feature_transformation_arn end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
863 864 865 |
# File 'sig/types.rbs', line 863 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
859 860 861 |
# File 'sig/types.rbs', line 859 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
864 865 866 |
# File 'sig/types.rbs', line 864 def status @status end |