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.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def description @description end |
#event_time_feature_name ⇒ ::String
Returns the value of attribute event_time_feature_name.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def event_time_feature_name @event_time_feature_name end |
#feature_definitions ⇒ ::Array[Types::FeatureDefinition]
Returns the value of attribute feature_definitions.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def feature_definitions @feature_definitions end |
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def feature_group_name @feature_group_name end |
#offline_store_config ⇒ Types::OfflineStoreConfig
Returns the value of attribute offline_store_config.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def offline_store_config @offline_store_config end |
#online_store_config ⇒ Types::OnlineStoreConfig
Returns the value of attribute online_store_config.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def online_store_config @online_store_config end |
#record_identifier_feature_name ⇒ ::String
Returns the value of attribute record_identifier_feature_name.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def record_identifier_feature_name @record_identifier_feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def end |
#throughput_config ⇒ Types::ThroughputConfig
Returns the value of attribute throughput_config.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def throughput_config @throughput_config end |