Class: Aws::Types::DescribeFeatureGroupResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4314
4315
4316
# File 'sig/types.rbs', line 4314

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Creating", "Created", "CreateFailed", "Deleting", "DeleteFailed")


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.

Returns:

  • (::Time)


4315
4316
4317
# File 'sig/types.rbs', line 4315

def last_modified_time
  @last_modified_time
end

#last_update_statusTypes::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.

Returns:

  • (::String)


4325
4326
4327
# File 'sig/types.rbs', line 4325

def next_token
  @next_token
end

#offline_store_configTypes::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_statusTypes::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_configTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4319
4320
4321
# File 'sig/types.rbs', line 4319

def role_arn
  @role_arn
end

#throughput_configTypes::ThroughputConfigDescription

Returns the value of attribute throughput_config.



4318
4319
4320
# File 'sig/types.rbs', line 4318

def throughput_config
  @throughput_config
end