Struct aws_sdk_qldb::output::GetRevisionOutput [−][src]
#[non_exhaustive]pub struct GetRevisionOutput {
pub proof: Option<ValueHolder>,
pub revision: Option<ValueHolder>,
}
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.proof: Option<ValueHolder>
The proof object in Amazon Ion format returned by a GetRevision
request. A
proof contains the list of hash values that are required to recalculate the specified
digest using a Merkle tree, starting with the specified document revision.
revision: Option<ValueHolder>
The document revision data object in Amazon Ion format.
Implementations
The proof object in Amazon Ion format returned by a GetRevision
request. A
proof contains the list of hash values that are required to recalculate the specified
digest using a Merkle tree, starting with the specified document revision.
The document revision data object in Amazon Ion format.
Creates a new builder-style object to manufacture GetRevisionOutput
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 GetRevisionOutput
impl Send for GetRevisionOutput
impl Sync for GetRevisionOutput
impl Unpin for GetRevisionOutput
impl UnwindSafe for GetRevisionOutput
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