Struct aws_sdk_glue::model::SchemaReference [−][src]
#[non_exhaustive]pub struct SchemaReference {
pub schema_id: Option<SchemaId>,
pub schema_version_id: Option<String>,
pub schema_version_number: Option<i64>,
}Expand description
An object that references a schema stored in the Glue Schema Registry.
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.schema_id: Option<SchemaId>A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.
schema_version_id: Option<String>The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.
schema_version_number: Option<i64>The version number of the schema.
Implementations
A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.
The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.
The version number of the schema.
Creates a new builder-style object to manufacture SchemaReference
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 SchemaReference
impl Send for SchemaReference
impl Sync for SchemaReference
impl Unpin for SchemaReference
impl UnwindSafe for SchemaReference
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
