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.
4314 4315 4316 |
# File 'sig/types.rbs', line 4314 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4324 4325 4326 |
# File 'sig/types.rbs', line 4324 def description @description end |
#event_time_feature_name ⇒ ::String
Returns the value of attribute event_time_feature_name.
4312 4313 4314 |
# File 'sig/types.rbs', line 4312 def event_time_feature_name @event_time_feature_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4323 4324 4325 |
# File 'sig/types.rbs', line 4323 def failure_reason @failure_reason end |
#feature_definitions ⇒ ::Array[Types::FeatureDefinition]
Returns the value of attribute feature_definitions.
4313 4314 4315 |
# File 'sig/types.rbs', line 4313 def feature_definitions @feature_definitions end |
#feature_group_arn ⇒ ::String
Returns the value of attribute feature_group_arn.
4309 4310 4311 |
# File 'sig/types.rbs', line 4309 def feature_group_arn @feature_group_arn end |
#feature_group_name ⇒ ::String
Returns the value of attribute feature_group_name.
4310 4311 4312 |
# File 'sig/types.rbs', line 4310 def feature_group_name @feature_group_name end |
#feature_group_status ⇒ "Creating", ...
Returns the value of attribute feature_group_status.
4320 4321 4322 |
# File 'sig/types.rbs', line 4320 def feature_group_status @feature_group_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4315 4316 4317 |
# File 'sig/types.rbs', line 4315 def last_modified_time @last_modified_time end |
#last_update_status ⇒ Types::LastUpdateStatus
Returns the value of attribute last_update_status.
4322 4323 4324 |
# File 'sig/types.rbs', line 4322 def last_update_status @last_update_status end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4325 4326 4327 |
# File 'sig/types.rbs', line 4325 def next_token @next_token end |
#offline_store_config ⇒ Types::OfflineStoreConfig
Returns the value of attribute offline_store_config.
4317 4318 4319 |
# File 'sig/types.rbs', line 4317 def offline_store_config @offline_store_config end |
#offline_store_status ⇒ Types::OfflineStoreStatus
Returns the value of attribute offline_store_status.
4321 4322 4323 |
# File 'sig/types.rbs', line 4321 def offline_store_status @offline_store_status end |
#online_store_config ⇒ Types::OnlineStoreConfig
Returns the value of attribute online_store_config.
4316 4317 4318 |
# File 'sig/types.rbs', line 4316 def online_store_config @online_store_config end |
#online_store_total_size_bytes ⇒ ::Integer
Returns the value of attribute online_store_total_size_bytes.
4326 4327 4328 |
# File 'sig/types.rbs', line 4326 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.
4311 4312 4313 |
# File 'sig/types.rbs', line 4311 def record_identifier_feature_name @record_identifier_feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4319 4320 4321 |
# File 'sig/types.rbs', line 4319 def role_arn @role_arn end |
#throughput_config ⇒ Types::ThroughputConfigDescription
Returns the value of attribute throughput_config.
4318 4319 4320 |
# File 'sig/types.rbs', line 4318 def throughput_config @throughput_config end |