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.
5954 5955 5956 |
# File 'sig/types.rbs', line 5954 def collection_config @collection_config end |
#collection_type ⇒ "List", ...
Returns the value of attribute collection_type.
5953 5954 5955 |
# File 'sig/types.rbs', line 5953 def collection_type @collection_type end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
5951 5952 5953 |
# File 'sig/types.rbs', line 5951 def feature_name @feature_name end |
#feature_type ⇒ "Integral", ...
Returns the value of attribute feature_type.
5952 5953 5954 |
# File 'sig/types.rbs', line 5952 def feature_type @feature_type end |