Class: Aws::Types::FeatureGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::FeatureGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#offline_store_status ⇒ Types::OfflineStoreStatus
Returns the value of attribute offline_store_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5981 5982 5983 |
# File 'sig/types.rbs', line 5981 def creation_time @creation_time end |
#feature_group_arn ⇒ ::String
Returns the value of attribute feature_group_arn.
5980 5981 5982 |
# File 'sig/types.rbs', line 5980 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.
5982 5983 5984 |
# File 'sig/types.rbs', line 5982 def feature_group_status @feature_group_status end |
#offline_store_status ⇒ Types::OfflineStoreStatus
Returns the value of attribute offline_store_status.
5983 5984 5985 |
# File 'sig/types.rbs', line 5983 def offline_store_status @offline_store_status end |