Class: Aws::Types::UpdateFeatureMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFeatureMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
-
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
-
#parameter_additions ⇒ ::Array[Types::FeatureParameter]
Returns the value of attribute parameter_additions.
-
#parameter_removals ⇒ ::Array[::String]
Returns the value of attribute parameter_removals.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
12185 12186 12187 |
# File 'sig/types.rbs', line 12185 def description @description end |
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
12183 12184 12185 |
# File 'sig/types.rbs', line 12183 def feature_group_name @feature_group_name end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
12184 12185 12186 |
# File 'sig/types.rbs', line 12184 def feature_name @feature_name end |
#parameter_additions ⇒ ::Array[Types::FeatureParameter]
Returns the value of attribute parameter_additions.
12186 12187 12188 |
# File 'sig/types.rbs', line 12186 def parameter_additions @parameter_additions end |
#parameter_removals ⇒ ::Array[::String]
Returns the value of attribute parameter_removals.
12187 12188 12189 |
# File 'sig/types.rbs', line 12187 def parameter_removals @parameter_removals end |