Class: Aws::Types::DescribeFeatureGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFeatureGroupResponse
- 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.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
-
#online_store_total_size_bytes ⇒ ::Integer
Returns the value of attribute online_store_total_size_bytes.
-
#record_identifier_feature_name ⇒ ::String
Returns the value of attribute record_identifier_feature_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#throughput_config ⇒ Types::ThroughputConfigDescription
Returns the value of attribute throughput_config.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4297 4298 4299 |
# File 'sig/types.rbs', line 4297 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4307 4308 4309 |
# File 'sig/types.rbs', line 4307 def description @description end |
#event_time_feature_name ⇒ ::String
Returns the value of attribute event_time_feature_name.
4295 4296 4297 |
# File 'sig/types.rbs', line 4295 def event_time_feature_name @event_time_feature_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4306 4307 4308 |
# File 'sig/types.rbs', line 4306 def failure_reason @failure_reason end |
#feature_definitions ⇒ ::Array[Types::FeatureDefinition]
Returns the value of attribute feature_definitions.
4296 4297 4298 |
# File 'sig/types.rbs', line 4296 def feature_definitions @feature_definitions end |
#feature_group_arn ⇒ ::String
Returns the value of attribute feature_group_arn.
4292 4293 4294 |
# File 'sig/types.rbs', line 4292 def feature_group_arn @feature_group_arn end |
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
4293 4294 4295 |
# File 'sig/types.rbs', line 4293 def feature_group_name @feature_group_name end |
#feature_group_status ⇒ "Creating", ...
Returns the value of attribute feature_group_status.
4303 4304 4305 |
# File 'sig/types.rbs', line 4303 def feature_group_status @feature_group_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4298 4299 4300 |
# File 'sig/types.rbs', line 4298 def last_modified_time @last_modified_time end |
#last_update_status ⇒ Types::LastUpdateStatus
Returns the value of attribute last_update_status.
4305 4306 4307 |
# File 'sig/types.rbs', line 4305 def last_update_status @last_update_status end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4308 4309 4310 |
# File 'sig/types.rbs', line 4308 def next_token @next_token end |
#offline_store_config ⇒ Types::OfflineStoreConfig
Returns the value of attribute offline_store_config.
4300 4301 4302 |
# File 'sig/types.rbs', line 4300 def offline_store_config @offline_store_config end |
#offline_store_status ⇒ Types::OfflineStoreStatus
Returns the value of attribute offline_store_status.
4304 4305 4306 |
# File 'sig/types.rbs', line 4304 def offline_store_status @offline_store_status end |
#online_store_config ⇒ Types::OnlineStoreConfig
Returns the value of attribute online_store_config.
4299 4300 4301 |
# File 'sig/types.rbs', line 4299 def online_store_config @online_store_config end |
#online_store_total_size_bytes ⇒ ::Integer
Returns the value of attribute online_store_total_size_bytes.
4309 4310 4311 |
# File 'sig/types.rbs', line 4309 def online_store_total_size_bytes @online_store_total_size_bytes end |
#record_identifier_feature_name ⇒ ::String
Returns the value of attribute record_identifier_feature_name.
4294 4295 4296 |
# File 'sig/types.rbs', line 4294 def record_identifier_feature_name @record_identifier_feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4302 4303 4304 |
# File 'sig/types.rbs', line 4302 def role_arn @role_arn end |
#throughput_config ⇒ Types::ThroughputConfigDescription
Returns the value of attribute throughput_config.
4301 4302 4303 |
# File 'sig/types.rbs', line 4301 def throughput_config @throughput_config end |