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.
5964 5965 5966 |
# File 'sig/types.rbs', line 5964 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
5973 5974 5975 |
# File 'sig/types.rbs', line 5973 def description @description end |
#event_time_feature_name ⇒ ::String
Returns the value of attribute event_time_feature_name.
5962 5963 5964 |
# File 'sig/types.rbs', line 5962 def event_time_feature_name @event_time_feature_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5972 5973 5974 |
# File 'sig/types.rbs', line 5972 def failure_reason @failure_reason end |
#feature_definitions ⇒ ::Array[Types::FeatureDefinition]
Returns the value of attribute feature_definitions.
5963 5964 5965 |
# File 'sig/types.rbs', line 5963 def feature_definitions @feature_definitions end |
#feature_group_arn ⇒ ::String
Returns the value of attribute feature_group_arn.
5959 5960 5961 |
# File 'sig/types.rbs', line 5959 def feature_group_arn @feature_group_arn end |
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
5960 5961 5962 |
# File 'sig/types.rbs', line 5960 def feature_group_name @feature_group_name end |
#feature_group_status ⇒ "Creating", ...
Returns the value of attribute feature_group_status.
5969 5970 5971 |
# File 'sig/types.rbs', line 5969 def feature_group_status @feature_group_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5965 5966 5967 |
# File 'sig/types.rbs', line 5965 def last_modified_time @last_modified_time end |
#last_update_status ⇒ Types::LastUpdateStatus
Returns the value of attribute last_update_status.
5971 5972 5973 |
# File 'sig/types.rbs', line 5971 def last_update_status @last_update_status end |
#offline_store_config ⇒ Types::OfflineStoreConfig
Returns the value of attribute offline_store_config.
5967 5968 5969 |
# File 'sig/types.rbs', line 5967 def offline_store_config @offline_store_config end |
#offline_store_status ⇒ Types::OfflineStoreStatus
Returns the value of attribute offline_store_status.
5970 5971 5972 |
# File 'sig/types.rbs', line 5970 def offline_store_status @offline_store_status end |
#online_store_config ⇒ Types::OnlineStoreConfig
Returns the value of attribute online_store_config.
5966 5967 5968 |
# File 'sig/types.rbs', line 5966 def online_store_config @online_store_config end |
#record_identifier_feature_name ⇒ ::String
Returns the value of attribute record_identifier_feature_name.
5961 5962 5963 |
# File 'sig/types.rbs', line 5961 def record_identifier_feature_name @record_identifier_feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5968 5969 5970 |
# File 'sig/types.rbs', line 5968 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
5974 5975 5976 |
# File 'sig/types.rbs', line 5974 def @tags end |