Class: Aws::Types::FeatureGroup
- Inherits:
-
Object
- Object
- Aws::Types::FeatureGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_time_feature_name ⇒ ::String
Returns the value of attribute event_time_feature_name.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#feature_definitions ⇒ ::Array[Types::FeatureDefinition]
Returns the value of attribute feature_definitions.
-
#feature_group_arn ⇒ ::String
Returns the value of attribute feature_group_arn.
-
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
-
#feature_group_status ⇒ "Creating", ...
Returns the value of attribute feature_group_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#last_update_status ⇒ Types::LastUpdateStatus
Returns the value of attribute last_update_status.
-
#offline_store_config ⇒ Types::OfflineStoreConfig
Returns the value of attribute offline_store_config.
-
#offline_store_status ⇒ Types::OfflineStoreStatus
Returns the value of attribute offline_store_status.
-
#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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5983 5984 5985 |
# File 'sig/types.rbs', line 5983 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
5992 5993 5994 |
# File 'sig/types.rbs', line 5992 def description @description end |
#event_time_feature_name ⇒ ::String
Returns the value of attribute event_time_feature_name.
5981 5982 5983 |
# File 'sig/types.rbs', line 5981 def event_time_feature_name @event_time_feature_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5991 5992 5993 |
# File 'sig/types.rbs', line 5991 def failure_reason @failure_reason end |
#feature_definitions ⇒ ::Array[Types::FeatureDefinition]
Returns the value of attribute feature_definitions.
5982 5983 5984 |
# File 'sig/types.rbs', line 5982 def feature_definitions @feature_definitions end |
#feature_group_arn ⇒ ::String
Returns the value of attribute feature_group_arn.
5978 5979 5980 |
# File 'sig/types.rbs', line 5978 def feature_group_arn @feature_group_arn end |
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
5979 5980 5981 |
# File 'sig/types.rbs', line 5979 def feature_group_name @feature_group_name end |
#feature_group_status ⇒ "Creating", ...
Returns the value of attribute feature_group_status.
5988 5989 5990 |
# File 'sig/types.rbs', line 5988 def feature_group_status @feature_group_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5984 5985 5986 |
# File 'sig/types.rbs', line 5984 def last_modified_time @last_modified_time end |
#last_update_status ⇒ Types::LastUpdateStatus
Returns the value of attribute last_update_status.
5990 5991 5992 |
# File 'sig/types.rbs', line 5990 def last_update_status @last_update_status end |
#offline_store_config ⇒ Types::OfflineStoreConfig
Returns the value of attribute offline_store_config.
5986 5987 5988 |
# File 'sig/types.rbs', line 5986 def offline_store_config @offline_store_config end |
#offline_store_status ⇒ Types::OfflineStoreStatus
Returns the value of attribute offline_store_status.
5989 5990 5991 |
# File 'sig/types.rbs', line 5989 def offline_store_status @offline_store_status end |
#online_store_config ⇒ Types::OnlineStoreConfig
Returns the value of attribute online_store_config.
5985 5986 5987 |
# File 'sig/types.rbs', line 5985 def online_store_config @online_store_config end |
#record_identifier_feature_name ⇒ ::String
Returns the value of attribute record_identifier_feature_name.
5980 5981 5982 |
# File 'sig/types.rbs', line 5980 def record_identifier_feature_name @record_identifier_feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5987 5988 5989 |
# File 'sig/types.rbs', line 5987 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
5993 5994 5995 |
# File 'sig/types.rbs', line 5993 def @tags end |