Class: Aws::Types::FeatureMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FeatureMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#feature_group_arn ⇒ ::String
Returns the value of attribute feature_group_arn.
-
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
-
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
-
#feature_type ⇒ "Integral", ...
Returns the value of attribute feature_type.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#parameters ⇒ ::Array[Types::FeatureParameter]
Returns the value of attribute parameters.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6011 6012 6013 |
# File 'sig/types.rbs', line 6011 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
6013 6014 6015 |
# File 'sig/types.rbs', line 6013 def description @description end |
#feature_group_arn ⇒ ::String
Returns the value of attribute feature_group_arn.
6007 6008 6009 |
# File 'sig/types.rbs', line 6007 def feature_group_arn @feature_group_arn end |
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
6008 6009 6010 |
# File 'sig/types.rbs', line 6008 def feature_group_name @feature_group_name end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
6009 6010 6011 |
# File 'sig/types.rbs', line 6009 def feature_name @feature_name end |
#feature_type ⇒ "Integral", ...
Returns the value of attribute feature_type.
6010 6011 6012 |
# File 'sig/types.rbs', line 6010 def feature_type @feature_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6012 6013 6014 |
# File 'sig/types.rbs', line 6012 def last_modified_time @last_modified_time end |
#parameters ⇒ ::Array[Types::FeatureParameter]
Returns the value of attribute parameters.
6014 6015 6016 |
# File 'sig/types.rbs', line 6014 def parameters @parameters end |