Struct aws_sdk_ssm::types::ReviewInformation
source · #[non_exhaustive]pub struct ReviewInformation { /* private fields */ }
Expand description
Information about the result of a document review request.
Implementations§
source§impl ReviewInformation
impl ReviewInformation
sourcepub fn reviewed_time(&self) -> Option<&DateTime>
pub fn reviewed_time(&self) -> Option<&DateTime>
The time that the reviewer took action on the document review request.
sourcepub fn status(&self) -> Option<&ReviewStatus>
pub fn status(&self) -> Option<&ReviewStatus>
The current status of the document review request.
source§impl ReviewInformation
impl ReviewInformation
sourcepub fn builder() -> ReviewInformationBuilder
pub fn builder() -> ReviewInformationBuilder
Creates a new builder-style object to manufacture ReviewInformation
.
Trait Implementations§
source§impl Clone for ReviewInformation
impl Clone for ReviewInformation
source§fn clone(&self) -> ReviewInformation
fn clone(&self) -> ReviewInformation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ReviewInformation
impl Debug for ReviewInformation
source§impl PartialEq<ReviewInformation> for ReviewInformation
impl PartialEq<ReviewInformation> for ReviewInformation
source§fn eq(&self, other: &ReviewInformation) -> bool
fn eq(&self, other: &ReviewInformation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ReviewInformation
Auto Trait Implementations§
impl RefUnwindSafe for ReviewInformation
impl Send for ReviewInformation
impl Sync for ReviewInformation
impl Unpin for ReviewInformation
impl UnwindSafe for ReviewInformation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more