Class: Aws::Types::CreateFeatureGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFeatureGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_time_feature_name ⇒ ::String
Returns the value of attribute event_time_feature_name.
-
#feature_definitions ⇒ ::Array[Types::FeatureDefinition]
Returns the value of attribute feature_definitions.
-
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
-
#offline_store_config ⇒ Types::OfflineStoreConfig
Returns the value of attribute offline_store_config.
-
#online_store_config ⇒ Types::OnlineStoreConfig
Returns the value of attribute online_store_config.
-
#record_identifier_feature_name ⇒ ::String
Returns the value of attribute record_identifier_feature_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#throughput_config ⇒ Types::ThroughputConfig
Returns the value of attribute throughput_config.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def description @description end |
#event_time_feature_name ⇒ ::String
Returns the value of attribute event_time_feature_name.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def event_time_feature_name @event_time_feature_name end |
#feature_definitions ⇒ ::Array[Types::FeatureDefinition]
Returns the value of attribute feature_definitions.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def feature_definitions @feature_definitions end |
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def feature_group_name @feature_group_name end |
#offline_store_config ⇒ Types::OfflineStoreConfig
Returns the value of attribute offline_store_config.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def offline_store_config @offline_store_config end |
#online_store_config ⇒ Types::OnlineStoreConfig
Returns the value of attribute online_store_config.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def online_store_config @online_store_config end |
#record_identifier_feature_name ⇒ ::String
Returns the value of attribute record_identifier_feature_name.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def record_identifier_feature_name @record_identifier_feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def @tags end |
#throughput_config ⇒ Types::ThroughputConfig
Returns the value of attribute throughput_config.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def throughput_config @throughput_config end |