#[non_exhaustive]pub struct CheckSchemaVersionValidityInput {
pub data_format: Option<DataFormat>,
pub schema_definition: Option<String>,
}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.data_format: Option<DataFormat>The data format of the schema definition. Currently AVRO and JSON are supported.
schema_definition: Option<String>The definition of the schema that has to be validated.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CheckSchemaVersionValidity, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CheckSchemaVersionValidity, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CheckSchemaVersionValidity>
Creates a new builder-style object to manufacture CheckSchemaVersionValidityInput
The data format of the schema definition. Currently AVRO and JSON are supported.
The definition of the schema that has to be validated.
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 Send for CheckSchemaVersionValidityInput
impl Sync for CheckSchemaVersionValidityInput
impl Unpin for CheckSchemaVersionValidityInput
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