#[non_exhaustive]pub struct BatchGetRecordInput {
pub identifiers: Option<Vec<BatchGetRecordIdentifier>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.identifiers: Option<Vec<BatchGetRecordIdentifier>>
A list of FeatureGroup
names, with their corresponding RecordIdentifier
value, and Feature name that have been requested to be retrieved in batch.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetRecord, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetRecord, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<BatchGetRecord
>
Creates a new builder-style object to manufacture BatchGetRecordInput
A list of FeatureGroup
names, with their corresponding RecordIdentifier
value, and Feature name that have been requested to be retrieved in batch.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BatchGetRecordInput
impl Send for BatchGetRecordInput
impl Sync for BatchGetRecordInput
impl Unpin for BatchGetRecordInput
impl UnwindSafe for BatchGetRecordInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more