Class: Aws::Types::UpdateFeatureGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFeatureGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature_additions ⇒ ::Array[Types::FeatureDefinition]
Returns the value of attribute feature_additions.
-
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
-
#online_store_config ⇒ Types::OnlineStoreConfigUpdate
Returns the value of attribute online_store_config.
-
#throughput_config ⇒ Types::ThroughputConfigUpdate
Returns the value of attribute throughput_config.
Instance Attribute Details
#feature_additions ⇒ ::Array[Types::FeatureDefinition]
Returns the value of attribute feature_additions.
12087 12088 12089 |
# File 'sig/types.rbs', line 12087 def feature_additions @feature_additions end |
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
12086 12087 12088 |
# File 'sig/types.rbs', line 12086 def feature_group_name @feature_group_name end |
#online_store_config ⇒ Types::OnlineStoreConfigUpdate
Returns the value of attribute online_store_config.
12088 12089 12090 |
# File 'sig/types.rbs', line 12088 def online_store_config @online_store_config end |
#throughput_config ⇒ Types::ThroughputConfigUpdate
Returns the value of attribute throughput_config.
12089 12090 12091 |
# File 'sig/types.rbs', line 12089 def throughput_config @throughput_config end |