GetRecordRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Parameter to request ExpiresAt in response. If Enabled, GetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, GetRecord will return null.

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the feature group from which you want to retrieve a record.

Link copied to clipboard

List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.

Link copied to clipboard

The value that corresponds to RecordIdentifier type and uniquely identifies the record in the FeatureGroup.

Functions

Link copied to clipboard
inline fun copy(block: GetRecordRequest.Builder.() -> Unit = {}): GetRecordRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String