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