Class: Aws::Types::FeatureDefinition
- Inherits:
-
Object
- Object
- Aws::Types::FeatureDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_config ⇒ Types::CollectionConfig
Returns the value of attribute collection_config.
-
#collection_type ⇒ "List", ...
Returns the value of attribute collection_type.
-
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
-
#feature_type ⇒ "Integral", ...
Returns the value of attribute feature_type.
Instance Attribute Details
#collection_config ⇒ Types::CollectionConfig
Returns the value of attribute collection_config.
5973 5974 5975 |
# File 'sig/types.rbs', line 5973 def collection_config @collection_config end |
#collection_type ⇒ "List", ...
Returns the value of attribute collection_type.
5972 5973 5974 |
# File 'sig/types.rbs', line 5972 def collection_type @collection_type end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
5970 5971 5972 |
# File 'sig/types.rbs', line 5970 def feature_name @feature_name end |
#feature_type ⇒ "Integral", ...
Returns the value of attribute feature_type.
5971 5972 5973 |
# File 'sig/types.rbs', line 5971 def feature_type @feature_type end |